Shades of Slate Blue #5858CC
Tints of Slate Blue #5858CC
RGB
CMYK
RGB Variations
Color information
#5858CC (or 0x5858CC) is known color: Slate Blue. HEX triplet: 58, 58 and CC. RGB value is (88,88,204). Sum of RGB (Red+Green+Blue) = 88+88+204=380 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.16% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #5858CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5858CC is #A7A733. Grayscale: #646464. Windows color (decimal): -10987316 or 13391960. OLE color: 13391960.
HSL color Cylindrical-coordinate representation of color #5858CC: hue angle of 240º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5858CC is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 88 | 88 | 204 | - |
| CMYK | 0.57 | 0.57 | 0 | 0.2 |
| HSL | 240º | 0.53% | 0.57% | - |
| HSV(B) | 240º | 0.57% | 0.8% | - |
| XYZ | 18.41 | 13.41 | 58.75 | - |
| YUV | 101.22 | 186 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 88 | 204 | 0.57 | 0.57 | 0 | 0.2 | 240 | 0.53 | 0.57 |
| Hex | 58 | 58 | CC | 39 | 39 | 0 | 14 | F0 | 35 | 39 |
| Octal | 130 | 130 | 314 | 71 | 71 | 0 | 24 | 360 | 65 | 71 |
| Binary | 1011000 | 1011000 | 11001100 | 111001 | 111001 | 0 | 10100 | 11110000 | 110101 | 111001 |
Color Harmonies of #5858CC
Complementary color
Monochromatic Colors of #5858CC
Black with #5858CC
Text Example
Text Example
White with #5858CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5858CC; }
p { color: rgb(88,88,204); }
H1.HeaderClassName
{
color: #5858CC;
}
.AnyTagClassName
{
color: #5858CC;
}
</style>
background-color css
<style>
a { background-color: #5858CC; }
a { background-color: rgb(88,88,204); }
div.DivClassName
{
background-color: #5858CC;
}
.BgClassName
{
background-color: #5858CC;
}
</style>
border-color css
<style>
span { border-color: #5858CC; }
span { border-color: rgb(88,88,204); }
td.TdClassName
{
border-color: #5858CC;
}
.TagClassName
{
border-color: #5858CC;
}
</style>