Shades of Slate Blue #5857CF
Tints of Slate Blue #5857CF
RGB
CMYK
RGB Variations
Color information
#5857CF (or 0x5857CF) is known color: Slate Blue. HEX triplet: 58, 57 and CF. RGB value is (88,87,207). Sum of RGB (Red+Green+Blue) = 88+87+207=382 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.04% from 382); Green value is 87 (34.38% from 255 or 22.77% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #5857CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5857CF is #A7A830. Grayscale: #646464. Windows color (decimal): -10987569 or 13588312. OLE color: 13588312.
HSL color Cylindrical-coordinate representation of color #5857CF: hue angle of 240.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5857CF is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 87 | 207 | - |
| CMYK | 0.57 | 0.58 | 0 | 0.19 |
| HSL | 240.5º | 0.56% | 0.58% | - |
| HSV(B) | 240.5º | 0.58% | 0.81% | - |
| XYZ | 18.7 | 13.4 | 60.63 | - |
| YUV | 100.98 | 187.83 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 87 | 207 | 0.57 | 0.58 | 0 | 0.19 | 240.5 | 0.56 | 0.58 |
| Hex | 58 | 57 | CF | 39 | 3A | 0 | 13 | F0 | 38 | 3A |
| Octal | 130 | 127 | 317 | 71 | 72 | 0 | 23 | 360 | 70 | 72 |
| Binary | 1011000 | 1010111 | 11001111 | 111001 | 111010 | 0 | 10011 | 11110000 | 111000 | 111010 |
Color Harmonies of #5857CF
Complementary color
Monochromatic Colors of #5857CF
Black with #5857CF
Text Example
Text Example
White with #5857CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5857CF; }
p { color: rgb(88,87,207); }
H1.HeaderClassName
{
color: #5857CF;
}
.AnyTagClassName
{
color: #5857CF;
}
</style>
background-color css
<style>
a { background-color: #5857CF; }
a { background-color: rgb(88,87,207); }
div.DivClassName
{
background-color: #5857CF;
}
.BgClassName
{
background-color: #5857CF;
}
</style>
border-color css
<style>
span { border-color: #5857CF; }
span { border-color: rgb(88,87,207); }
td.TdClassName
{
border-color: #5857CF;
}
.TagClassName
{
border-color: #5857CF;
}
</style>