Html Css Color HEX #5E54CE Slate Blue

📋 copy color: '#5E54CE'

red 94 ◦ green 84 ◦ blue 206

#5E54CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #5E54CE

Tints of Slate Blue #5E54CE

RGB

 RED value IS 94 (37.11% from 255) = 24.48%

 GREEN value IS 84 (33.2% from 255) = 21.88%

 BLUE value IS 206 (80.86% from 255) = 53.65%

R = 24.48%
G = 21.88%
B = 53.65%

CMYK

 C value IS 0.54

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5E54CE (or 0x5E54CE) is known color: Slate Blue. HEX triplet: 5E, 54 and CE. RGB value is (94,84,206). Sum of RGB (Red+Green+Blue) = 94+84+206=384 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.48% from 384); Green value is 84 (33.20% from 255 or 21.88% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E54CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E54CE is #A1AB31. Grayscale: #646464. Windows color (decimal): -10595122 or 13522014. OLE color: 13522014.

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

Color convert

RGB 94 84 206 -
CMYK 0.54 0.59 0 0.19
HSL 244.92º 0.55% 0.57% -
HSV(B) 244.92º 0.59% 0.81% -
XYZ 18.93 13.18 59.94 -
YUV 100.9 187.31 123.08 -
System Red Green Blue C M Y K H S L
Decimal 94 84 206 0.54 0.59 0 0.19 244.92 0.55 0.57
Hex 5E 54 CE 36 3B 0 13 F5 37 39
Octal 136 124 316 66 73 0 23 365 67 71
Binary 1011110 1010100 11001110 110110 111011 0 10011 11110101 110111 111001

Color Harmonies of #5E54CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E54CE

Black with #5E54CE

Text Example


Text Example

White with #5E54CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E54CE;
 }
 .AnyTagClassName
 {
   color: #5E54CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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