Shades of Slate Blue #5C5EC8
Tints of Slate Blue #5C5EC8
RGB
CMYK
RGB Variations
Color information
#5C5EC8 (or 0x5C5EC8) is known color: Slate Blue. HEX triplet: 5C, 5E and C8. RGB value is (92,94,200). Sum of RGB (Red+Green+Blue) = 92+94+200=386 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.83% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 200 (78.52% from 255 or 51.81% from 386); Max value from RGB is 200 - color contains mainly: blue. Hex color #5C5EC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C5EC8 is #A3A137. Grayscale: #696969. Windows color (decimal): -10723640 or 13131356. OLE color: 13131356.
HSL color Cylindrical-coordinate representation of color #5C5EC8: hue angle of 238.89º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5C5EC8 is Cyan = 0.54, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 92 | 94 | 200 | - |
| CMYK | 0.54 | 0.53 | 0 | 0.22 |
| HSL | 238.89º | 0.5% | 0.57% | - |
| HSV(B) | 238.89º | 0.54% | 0.78% | - |
| XYZ | 18.84 | 14.45 | 56.44 | - |
| YUV | 105.49 | 181.34 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 94 | 200 | 0.54 | 0.53 | 0 | 0.22 | 238.89 | 0.5 | 0.57 |
| Hex | 5C | 5E | C8 | 36 | 35 | 0 | 16 | EF | 32 | 39 |
| Octal | 134 | 136 | 310 | 66 | 65 | 0 | 26 | 357 | 62 | 71 |
| Binary | 1011100 | 1011110 | 11001000 | 110110 | 110101 | 0 | 10110 | 11101111 | 110010 | 111001 |
Color Harmonies of #5C5EC8
Complementary color
Monochromatic Colors of #5C5EC8
Black with #5C5EC8
Text Example
Text Example
White with #5C5EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C5EC8; }
p { color: rgb(92,94,200); }
H1.HeaderClassName
{
color: #5C5EC8;
}
.AnyTagClassName
{
color: #5C5EC8;
}
</style>
background-color css
<style>
a { background-color: #5C5EC8; }
a { background-color: rgb(92,94,200); }
div.DivClassName
{
background-color: #5C5EC8;
}
.BgClassName
{
background-color: #5C5EC8;
}
</style>
border-color css
<style>
span { border-color: #5C5EC8; }
span { border-color: rgb(92,94,200); }
td.TdClassName
{
border-color: #5C5EC8;
}
.TagClassName
{
border-color: #5C5EC8;
}
</style>