#5E54CD

Color #5E54CD Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #5E54CD

Tints of Slate Blue #5E54CD

Color information

#5E54CD (or 0x5E54CD) is unknown color: approx Slate Blue. HEX triplet: 5E, 54 and CD. RGB value is (94,84,205). Sum of RGB (Red+Green+Blue) = 94+84+205=383 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.54% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E54CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E54CD is #A1AB32. Grayscale: #646464. Windows color (decimal): -10595123 or 13456478. OLE color: 13456478.

HSL color Cylindrical-coordinate representation of color #5E54CD: hue angle of 244.96º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5E54CD is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9484205-
CMYK0.540.5900.20
HSL244.96º54.75%56.67%-
HSV(B)244.96º59.02%80.39%-
XYZ18.8113.1359.3-
YUV100.78186.81123.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 94 (37.11% from 255) = 24.54%
GREEN value IS 84 (33.20% from 255) = 21.93%
BLUE value IS 205 (80.47% from 255) = 53.52%
R=24.54%
G=21.93%
B=53.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal94842050.540.5900.20244.9654.7556.67
Hex5E54CD363B014f53739
Octal13612431566730243656771
Binary101111010101001100110111011011101101010011110101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E54CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E54CD; }

 p { color: rgb(94,84,205); }

 H1.HeaderClassName
 {
   color: #5E54CD;
 }
 .AnyTagClassName
 {
   color: #5E54CD;
 }
</style>
background-color css

<style>
 a { background-color: #5E54CD; }

 a { background-color: rgb(94,84,205); }

 div.DivClassName
 {
   background-color: #5E54CD;
 }
 .BgClassName
 {
   background-color: #5E54CD;
 }
</style>
border-color css

<style>
 span { border-color: #5E54CD; }

 span { border-color: rgb(94,84,205); }

 td.TdClassName
 {
   border-color: #5E54CD;
 }
 .TagClassName
 {
   border-color: #5E54CD;
 }
</style>