Html Css Color HEX #5E45CC Slate Blue

📋 copy color: '#5E45CC'

red 94 ◦ green 69 ◦ blue 204

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

Shades of Slate Blue #5E45CC

Tints of Slate Blue #5E45CC

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.8%

 BLUE value IS 204 (80.08% from 255) = 55.59%

R = 25.61%
G = 18.8%
B = 55.59%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5E45CC (or 0x5E45CC) is known color: Slate Blue. HEX triplet: 5E, 45 and CC. RGB value is (94,69,204). Sum of RGB (Red+Green+Blue) = 94+69+204=367 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.61% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #5E45CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E45CC is #A1BA33. Grayscale: #5B5B5B. Windows color (decimal): -10598964 or 13387102. OLE color: 13387102.

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

Color convert

RGB 94 69 204 -
CMYK 0.54 0.66 0 0.2
HSL 251.11º 0.57% 0.54% -
HSV(B) 251.11º 0.66% 0.8% -
XYZ 17.64 11 58.32 -
YUV 91.87 191.28 129.52 -
System Red Green Blue C M Y K H S L
Decimal 94 69 204 0.54 0.66 0 0.2 251.11 0.57 0.54
Hex 5E 45 CC 36 42 0 14 FB 39 36
Octal 136 105 314 66 102 0 24 373 71 66
Binary 1011110 1000101 11001100 110110 1000010 0 10100 11111011 111001 110110

Color Harmonies of #5E45CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E45CC

Black with #5E45CC

Text Example


Text Example

White with #5E45CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,69,204); }

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

background-color css

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

 a { background-color: rgb(94,69,204); }

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

border-color css

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

 span { border-color: rgb(94,69,204); }

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