Html Css Color HEX #5C4ECD Slate Blue

📋 copy color: '#5C4ECD'

red 92 ◦ green 78 ◦ blue 205

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

Shades of Slate Blue #5C4ECD

Tints of Slate Blue #5C4ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.67%

R = 24.53%
G = 20.8%
B = 54.67%

CMYK

 C value IS 0.55

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5C4ECD (or 0x5C4ECD) is known color: Slate Blue. HEX triplet: 5C, 4E and CD. RGB value is (92,78,205). Sum of RGB (Red+Green+Blue) = 92+78+205=375 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.53% from 375); Green value is 78 (30.86% from 255 or 20.8% from 375); Blue value is 205 (80.47% from 255 or 54.67% from 375); Max value from RGB is 205 - color contains mainly: blue. Hex color #5C4ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C4ECD is #A3B132. Grayscale: #606060. Windows color (decimal): -10727731 or 13454940. OLE color: 13454940.

HSL color Cylindrical-coordinate representation of color #5C4ECD: hue angle of 246.61º degrees, saturation: 0.56, 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 #5C4ECD is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 92 78 205 -
CMYK 0.55 0.62 0 0.20
HSL 246.61º 0.56% 0.55% -
HSV(B) 246.61º 0.62% 0.8% -
XYZ 18.16 12.13 59.14 -
YUV 96.66 189.14 124.67 -
System Red Green Blue C M Y K H S L
Decimal 92 78 205 0.55 0.62 0 0.20 246.61 0.56 0.55
Hex 5C 4E CD 37 3E 0 14 F7 38 37
Octal 134 116 315 67 76 0 24 367 70 67
Binary 1011100 1001110 11001101 110111 111110 0 10100 11110111 111000 110111

Color Harmonies of #5C4ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C4ECD

Black with #5C4ECD

Text Example


Text Example

White with #5C4ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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