#5C4ECB

Color #5C4ECB Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #5C4ECB

Tints of Slate Blue #5C4ECB

Color information

#5C4ECB (or 0x5C4ECB) is unknown color: approx 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

RGB9278203-
CMYK0.550.6200.20
HSL246.72º54.59%55.1%-
HSV(B)246.72º61.58%79.61%-
XYZ17.9212.0457.88-
YUV96.44188.14124.84-

RGB Variations

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

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 (Cyan) values IS 0.55
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal92782030.550.6200.20246.7254.5955.1
Hex5C4ECB373E014f73737
Octal13411631367760243676767
Binary101110010011101100101111011111111001010011110111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>