Html Css Color HEX #5C4EE0 Slate Blue

📋 copy color: '#5C4EE0'

red 92 ◦ green 78 ◦ blue 224

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

Shades of Slate Blue #5C4EE0

Tints of Slate Blue #5C4EE0

RGB

 RED value IS 92 (36.33% from 255) = 23.35%

 GREEN value IS 78 (30.86% from 255) = 19.8%

 BLUE value IS 224 (87.89% from 255) = 56.85%

R = 23.35%
G = 19.8%
B = 56.85%

CMYK

 C value IS 0.59

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5C4EE0 (or 0x5C4EE0) is known color: Slate Blue. HEX triplet: 5C, 4E and E0. RGB value is (92,78,224). Sum of RGB (Red+Green+Blue) = 92+78+224=394 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.35% from 394); Green value is 78 (30.86% from 255 or 19.80% from 394); Blue value is 224 (87.89% from 255 or 56.85% from 394); Max value from RGB is 224 - color contains mainly: blue. Hex color #5C4EE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C4EE0 is #A3B11F. Grayscale: #626262. Windows color (decimal): -10727712 or 14700124. OLE color: 14700124.

HSL color Cylindrical-coordinate representation of color #5C4EE0: hue angle of 245.75º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5C4EE0 is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 92 78 224 -
CMYK 0.59 0.65 0 0.12
HSL 245.75º 0.7% 0.59% -
HSV(B) 245.75º 0.65% 0.88% -
XYZ 20.59 13.11 71.97 -
YUV 98.83 198.64 123.13 -
System Red Green Blue C M Y K H S L
Decimal 92 78 224 0.59 0.65 0 0.12 245.75 0.7 0.59
Hex 5C 4E E0 3B 41 0 C F6 46 3B
Octal 134 116 340 73 101 0 14 366 106 73
Binary 1011100 1001110 11100000 111011 1000001 0 1100 11110110 1000110 111011

Color Harmonies of #5C4EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C4EE0

Black with #5C4EE0

Text Example


Text Example

White with #5C4EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,78,224); }

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

background-color css

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

 a { background-color: rgb(92,78,224); }

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

border-color css

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

 span { border-color: rgb(92,78,224); }

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