Html Css Color HEX #5C4ECB Slate Blue

📋 copy color: '#5C4ECB'

red 92 ◦ green 78 ◦ blue 203

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

Shades of Slate Blue #5C4ECB

Tints of Slate Blue #5C4ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 54.42%

R = 24.66%
G = 20.91%
B = 54.42%

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

#5C4ECB (or 0x5C4ECB) is known color: Slate Blue. HEX triplet: 5C, 4E and CB. RGB value is (92,78,203). Sum of RGB (Red+Green+Blue) = 92+78+203=373 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.66% from 373); Green value is 78 (30.86% from 255 or 20.91% from 373); Blue value is 203 (79.69% from 255 or 54.42% from 373); Max value from RGB is 203 - color contains mainly: blue. Hex color #5C4ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C4ECB is #A3B134. Grayscale: #5F5F5F. Windows color (decimal): -10727733 or 13323868. OLE color: 13323868.

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

Color convert

RGB 92 78 203 -
CMYK 0.55 0.62 0 0.20
HSL 246.72º 0.55% 0.55% -
HSV(B) 246.72º 0.62% 0.8% -
XYZ 17.92 12.04 57.88 -
YUV 96.44 188.14 124.84 -
System Red Green Blue C M Y K H S L
Decimal 92 78 203 0.55 0.62 0 0.20 246.72 0.55 0.55
Hex 5C 4E CB 37 3E 0 14 F7 37 37
Octal 134 116 313 67 76 0 24 367 67 67
Binary 1011100 1001110 11001011 110111 111110 0 10100 11110111 110111 110111

Color Harmonies of #5C4ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C4ECB

Black with #5C4ECB

Text Example


Text Example

White with #5C4ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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