Html Css Color HEX #5C4ECE Slate Blue

📋 copy color: '#5C4ECE'

red 92 ◦ green 78 ◦ blue 206

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

Shades of Slate Blue #5C4ECE

Tints of Slate Blue #5C4ECE

RGB

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

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

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

R = 24.47%
G = 20.74%
B = 54.79%

CMYK

 C value IS 0.55

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5C4ECE (or 0x5C4ECE) is known color: Slate Blue. HEX triplet: 5C, 4E and CE. RGB value is (92,78,206). Sum of RGB (Red+Green+Blue) = 92+78+206=376 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.47% from 376); Green value is 78 (30.86% from 255 or 20.74% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #5C4ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C4ECE is #A3B131. Grayscale: #606060. Windows color (decimal): -10727730 or 13520476. OLE color: 13520476.

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

Color convert

RGB 92 78 206 -
CMYK 0.55 0.62 0 0.19
HSL 246.56º 0.57% 0.56% -
HSV(B) 246.56º 0.62% 0.81% -
XYZ 18.28 12.18 59.78 -
YUV 96.78 189.64 124.59 -
System Red Green Blue C M Y K H S L
Decimal 92 78 206 0.55 0.62 0 0.19 246.56 0.57 0.56
Hex 5C 4E CE 37 3E 0 13 F7 39 38
Octal 134 116 316 67 76 0 23 367 71 70
Binary 1011100 1001110 11001110 110111 111110 0 10011 11110111 111001 111000

Color Harmonies of #5C4ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C4ECE

Black with #5C4ECE

Text Example


Text Example

White with #5C4ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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