Html Css Color HEX #5E47CB Slate Blue

📋 copy color: '#5E47CB'

red 94 ◦ green 71 ◦ blue 203

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

Shades of Slate Blue #5E47CB

Tints of Slate Blue #5E47CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.16%

R = 25.54%
G = 19.29%
B = 55.16%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5E47CB (or 0x5E47CB) is known color: Slate Blue. HEX triplet: 5E, 47 and CB. RGB value is (94,71,203). Sum of RGB (Red+Green+Blue) = 94+71+203=368 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.54% from 368); Green value is 71 (28.12% from 255 or 19.29% from 368); Blue value is 203 (79.69% from 255 or 55.16% from 368); Max value from RGB is 203 - color contains mainly: blue. Hex color #5E47CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E47CB is #A1B834. Grayscale: #5C5C5C. Windows color (decimal): -10598453 or 13322078. OLE color: 13322078.

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

Color convert

RGB 94 71 203 -
CMYK 0.54 0.65 0 0.20
HSL 250.45º 0.56% 0.54% -
HSV(B) 250.45º 0.65% 0.8% -
XYZ 17.65 11.2 57.73 -
YUV 92.93 190.12 128.77 -
System Red Green Blue C M Y K H S L
Decimal 94 71 203 0.54 0.65 0 0.20 250.45 0.56 0.54
Hex 5E 47 CB 36 41 0 14 FA 38 36
Octal 136 107 313 66 101 0 24 372 70 66
Binary 1011110 1000111 11001011 110110 1000001 0 10100 11111010 111000 110110

Color Harmonies of #5E47CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E47CB

Black with #5E47CB

Text Example


Text Example

White with #5E47CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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