Shades of Slate Blue #5860DC
Tints of Slate Blue #5860DC
RGB
CMYK
RGB Variations
Color information
#5860DC (or 0x5860DC) is known color: Slate Blue. HEX triplet: 58, 60 and DC. RGB value is (88,96,220). Sum of RGB (Red+Green+Blue) = 88+96+220=404 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.78% from 404); Green value is 96 (37.89% from 255 or 23.76% from 404); Blue value is 220 (86.33% from 255 or 54.46% from 404); Max value from RGB is 220 - color contains mainly: blue. Hex color #5860DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5860DC is #A79F23. Grayscale: #6B6B6B. Windows color (decimal): -10985252 or 14442584. OLE color: 14442584.
HSL color Cylindrical-coordinate representation of color #5860DC: hue angle of 236.36º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5860DC is Cyan = 0.6, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 96 | 220 | - |
| CMYK | 0.6 | 0.56 | 0 | 0.14 |
| HSL | 236.36º | 0.65% | 0.6% | - |
| HSV(B) | 236.36º | 0.6% | 0.86% | - |
| XYZ | 21.13 | 15.61 | 69.61 | - |
| YUV | 107.74 | 191.35 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 96 | 220 | 0.6 | 0.56 | 0 | 0.14 | 236.36 | 0.65 | 0.6 |
| Hex | 58 | 60 | DC | 3C | 38 | 0 | E | EC | 41 | 3C |
| Octal | 130 | 140 | 334 | 74 | 70 | 0 | 16 | 354 | 101 | 74 |
| Binary | 1011000 | 1100000 | 11011100 | 111100 | 111000 | 0 | 1110 | 11101100 | 1000001 | 111100 |
Color Harmonies of #5860DC
Complementary color
Monochromatic Colors of #5860DC
Black with #5860DC
Text Example
Text Example
White with #5860DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5860DC; }
p { color: rgb(88,96,220); }
H1.HeaderClassName
{
color: #5860DC;
}
.AnyTagClassName
{
color: #5860DC;
}
</style>
background-color css
<style>
a { background-color: #5860DC; }
a { background-color: rgb(88,96,220); }
div.DivClassName
{
background-color: #5860DC;
}
.BgClassName
{
background-color: #5860DC;
}
</style>
border-color css
<style>
span { border-color: #5860DC; }
span { border-color: rgb(88,96,220); }
td.TdClassName
{
border-color: #5860DC;
}
.TagClassName
{
border-color: #5860DC;
}
</style>