Shades of Slate Blue #5860CF
Tints of Slate Blue #5860CF
RGB
CMYK
RGB Variations
Color information
#5860CF (or 0x5860CF) is known color: Slate Blue. HEX triplet: 58, 60 and CF. RGB value is (88,96,207). Sum of RGB (Red+Green+Blue) = 88+96+207=391 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.51% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #5860CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5860CF is #A79F30. Grayscale: #696969. Windows color (decimal): -10985265 or 13590616. OLE color: 13590616.
HSL color Cylindrical-coordinate representation of color #5860CF: hue angle of 235.97º 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 #5860CF is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 96 | 207 | - |
| CMYK | 0.57 | 0.54 | 0 | 0.19 |
| HSL | 235.97º | 0.55% | 0.58% | - |
| HSV(B) | 235.97º | 0.57% | 0.81% | - |
| XYZ | 19.47 | 14.95 | 60.89 | - |
| YUV | 106.26 | 184.85 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 96 | 207 | 0.57 | 0.54 | 0 | 0.19 | 235.97 | 0.55 | 0.58 |
| Hex | 58 | 60 | CF | 39 | 36 | 0 | 13 | EC | 37 | 3A |
| Octal | 130 | 140 | 317 | 71 | 66 | 0 | 23 | 354 | 67 | 72 |
| Binary | 1011000 | 1100000 | 11001111 | 111001 | 110110 | 0 | 10011 | 11101100 | 110111 | 111010 |
Color Harmonies of #5860CF
Complementary color
Monochromatic Colors of #5860CF
Black with #5860CF
Text Example
Text Example
White with #5860CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5860CF; }
p { color: rgb(88,96,207); }
H1.HeaderClassName
{
color: #5860CF;
}
.AnyTagClassName
{
color: #5860CF;
}
</style>
background-color css
<style>
a { background-color: #5860CF; }
a { background-color: rgb(88,96,207); }
div.DivClassName
{
background-color: #5860CF;
}
.BgClassName
{
background-color: #5860CF;
}
</style>
border-color css
<style>
span { border-color: #5860CF; }
span { border-color: rgb(88,96,207); }
td.TdClassName
{
border-color: #5860CF;
}
.TagClassName
{
border-color: #5860CF;
}
</style>