Html Css Color HEX #5C4ECC Slate Blue

📋 copy color: '#5C4ECC'

red 92 ◦ green 78 ◦ blue 204

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

Shades of Slate Blue #5C4ECC

Tints of Slate Blue #5C4ECC

RGB

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

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

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

R = 24.6%
G = 20.86%
B = 54.55%

CMYK

 C value IS 0.55

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5C4ECC (or 0x5C4ECC) is known color: Slate Blue. HEX triplet: 5C, 4E and CC. RGB value is (92,78,204). Sum of RGB (Red+Green+Blue) = 92+78+204=374 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.60% from 374); Green value is 78 (30.86% from 255 or 20.86% from 374); Blue value is 204 (80.08% from 255 or 54.55% from 374); Max value from RGB is 204 - color contains mainly: blue. Hex color #5C4ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C4ECC is #A3B133. Grayscale: #606060. Windows color (decimal): -10727732 or 13389404. OLE color: 13389404.

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

Color convert

RGB 92 78 204 -
CMYK 0.55 0.62 0 0.2
HSL 246.67º 0.55% 0.55% -
HSV(B) 246.67º 0.62% 0.8% -
XYZ 18.04 12.08 58.51 -
YUV 96.55 188.64 124.75 -
System Red Green Blue C M Y K H S L
Decimal 92 78 204 0.55 0.62 0 0.2 246.67 0.55 0.55
Hex 5C 4E CC 37 3E 0 14 F7 37 37
Octal 134 116 314 67 76 0 24 367 67 67
Binary 1011100 1001110 11001100 110111 111110 0 10100 11110111 110111 110111

Color Harmonies of #5C4ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C4ECC

Black with #5C4ECC

Text Example


Text Example

White with #5C4ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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