Shades of Slate Blue #5C58CE
Tints of Slate Blue #5C58CE
RGB
CMYK
RGB Variations
Color information
#5C58CE (or 0x5C58CE) is known color: Slate Blue. HEX triplet: 5C, 58 and CE. RGB value is (92,88,206). Sum of RGB (Red+Green+Blue) = 92+88+206=386 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.83% from 386); Green value is 88 (34.77% from 255 or 22.80% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #5C58CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C58CE is #A3A731. Grayscale: #666666. Windows color (decimal): -10725170 or 13523036. OLE color: 13523036.
HSL color Cylindrical-coordinate representation of color #5C58CE: hue angle of 242.03º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5C58CE is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 88 | 206 | - |
| CMYK | 0.55 | 0.57 | 0 | 0.19 |
| HSL | 242.03º | 0.55% | 0.58% | - |
| HSV(B) | 242.03º | 0.57% | 0.81% | - |
| XYZ | 19.04 | 13.71 | 60.04 | - |
| YUV | 102.65 | 186.33 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 88 | 206 | 0.55 | 0.57 | 0 | 0.19 | 242.03 | 0.55 | 0.58 |
| Hex | 5C | 58 | CE | 37 | 39 | 0 | 13 | F2 | 37 | 3A |
| Octal | 134 | 130 | 316 | 67 | 71 | 0 | 23 | 362 | 67 | 72 |
| Binary | 1011100 | 1011000 | 11001110 | 110111 | 111001 | 0 | 10011 | 11110010 | 110111 | 111010 |
Color Harmonies of #5C58CE
Complementary color
Monochromatic Colors of #5C58CE
Black with #5C58CE
Text Example
Text Example
White with #5C58CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C58CE; }
p { color: rgb(92,88,206); }
H1.HeaderClassName
{
color: #5C58CE;
}
.AnyTagClassName
{
color: #5C58CE;
}
</style>
background-color css
<style>
a { background-color: #5C58CE; }
a { background-color: rgb(92,88,206); }
div.DivClassName
{
background-color: #5C58CE;
}
.BgClassName
{
background-color: #5C58CE;
}
</style>
border-color css
<style>
span { border-color: #5C58CE; }
span { border-color: rgb(92,88,206); }
td.TdClassName
{
border-color: #5C58CE;
}
.TagClassName
{
border-color: #5C58CE;
}
</style>