#5C5ECE

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

Shades of Slate Blue #5C5ECE

Tints of Slate Blue #5C5ECE

Color information

#5C5ECE (or 0x5C5ECE) is unknown color: approx Slate Blue. HEX triplet: 5C, 5E and CE. RGB value is (92,94,206). Sum of RGB (Red+Green+Blue) = 92+94+206=392 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.47% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #5C5ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C5ECE is #A3A131. Grayscale: #696969. Windows color (decimal): -10723634 or 13524572. OLE color: 13524572.

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

Color convert

RGB9294206-
CMYK0.550.5400.19
HSL238.95º53.77%58.43%-
HSV(B)238.95º55.34%80.78%-
XYZ19.5614.7460.21-
YUV106.17184.34117.89-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.47%
GREEN value IS 94 (37.11% from 255) = 23.98%
BLUE value IS 206 (80.86% from 255) = 52.55%
R=23.47%
G=23.98%
B=52.55%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal92942060.550.5400.19238.9553.7758.43
Hex5C5ECE3736013ef363a
Octal13413631667660233576672
Binary101110010111101100111011011111011001001111101111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5C5ECE;
 }
 .AnyTagClassName
 {
   color: #5C5ECE;
 }
</style>
background-color css

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

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

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

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

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

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