Shades of Slate Blue #5C5ECE
Tints of Slate Blue #5C5ECE
RGB
CMYK
RGB Variations
Color information
#5C5ECE (or 0x5C5ECE) is known color: 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
| RGB | 92 | 94 | 206 | - |
| CMYK | 0.55 | 0.54 | 0 | 0.19 |
| HSL | 238.95º | 0.54% | 0.58% | - |
| HSV(B) | 238.95º | 0.55% | 0.81% | - |
| XYZ | 19.56 | 14.74 | 60.21 | - |
| YUV | 106.17 | 184.34 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 94 | 206 | 0.55 | 0.54 | 0 | 0.19 | 238.95 | 0.54 | 0.58 |
| Hex | 5C | 5E | CE | 37 | 36 | 0 | 13 | EF | 36 | 3A |
| Octal | 134 | 136 | 316 | 67 | 66 | 0 | 23 | 357 | 66 | 72 |
| Binary | 1011100 | 1011110 | 11001110 | 110111 | 110110 | 0 | 10011 | 11101111 | 110110 | 111010 |
Color Harmonies of #5C5ECE
Complementary color
Monochromatic Colors of #5C5ECE
Black with #5C5ECE
Text Example
Text Example
White with #5C5ECE
Text Example
Text Example
HTML Codes & Css Web 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>