Html Css Color HEX #5E47CE Slate Blue

📋 copy color: '#5E47CE'

red 94 ◦ green 71 ◦ blue 206

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

Shades of Slate Blue #5E47CE

Tints of Slate Blue #5E47CE

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.14%

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

R = 25.34%
G = 19.14%
B = 55.53%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5E47CE (or 0x5E47CE) is known color: Slate Blue. HEX triplet: 5E, 47 and CE. RGB value is (94,71,206). Sum of RGB (Red+Green+Blue) = 94+71+206=371 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.34% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E47CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E47CE is #A1B831. Grayscale: #5C5C5C. Windows color (decimal): -10598450 or 13518686. OLE color: 13518686.

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

Color convert

RGB 94 71 206 -
CMYK 0.54 0.66 0 0.19
HSL 250.22º 0.58% 0.54% -
HSV(B) 250.22º 0.66% 0.81% -
XYZ 18.01 11.34 59.63 -
YUV 93.27 191.62 128.52 -
System Red Green Blue C M Y K H S L
Decimal 94 71 206 0.54 0.66 0 0.19 250.22 0.58 0.54
Hex 5E 47 CE 36 42 0 13 FA 3A 36
Octal 136 107 316 66 102 0 23 372 72 66
Binary 1011110 1000111 11001110 110110 1000010 0 10011 11111010 111010 110110

Color Harmonies of #5E47CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E47CE

Black with #5E47CE

Text Example


Text Example

White with #5E47CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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