Shades of Slate Blue #5857D7
Tints of Slate Blue #5857D7
RGB
CMYK
RGB Variations
Color information
#5857D7 (or 0x5857D7) is known color: Slate Blue. HEX triplet: 58, 57 and D7. RGB value is (88,87,215). Sum of RGB (Red+Green+Blue) = 88+87+215=390 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.56% from 390); Green value is 87 (34.38% from 255 or 22.31% from 390); Blue value is 215 (84.38% from 255 or 55.13% from 390); Max value from RGB is 215 - color contains mainly: blue. Hex color #5857D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5857D7 is #A7A828. Grayscale: #656565. Windows color (decimal): -10987561 or 14112600. OLE color: 14112600.
HSL color Cylindrical-coordinate representation of color #5857D7: hue angle of 240.47º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5857D7 is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 88 | 87 | 215 | - |
| CMYK | 0.59 | 0.60 | 0 | 0.16 |
| HSL | 240.47º | 0.62% | 0.59% | - |
| HSV(B) | 240.47º | 0.6% | 0.84% | - |
| XYZ | 19.7 | 13.8 | 65.91 | - |
| YUV | 101.89 | 191.83 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 87 | 215 | 0.59 | 0.60 | 0 | 0.16 | 240.47 | 0.62 | 0.59 |
| Hex | 58 | 57 | D7 | 3B | 3C | 0 | 10 | F0 | 3E | 3B |
| Octal | 130 | 127 | 327 | 73 | 74 | 0 | 20 | 360 | 76 | 73 |
| Binary | 1011000 | 1010111 | 11010111 | 111011 | 111100 | 0 | 10000 | 11110000 | 111110 | 111011 |
Color Harmonies of #5857D7
Complementary color
Monochromatic Colors of #5857D7
Black with #5857D7
Text Example
Text Example
White with #5857D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5857D7; }
p { color: rgb(88,87,215); }
H1.HeaderClassName
{
color: #5857D7;
}
.AnyTagClassName
{
color: #5857D7;
}
</style>
background-color css
<style>
a { background-color: #5857D7; }
a { background-color: rgb(88,87,215); }
div.DivClassName
{
background-color: #5857D7;
}
.BgClassName
{
background-color: #5857D7;
}
</style>
border-color css
<style>
span { border-color: #5857D7; }
span { border-color: rgb(88,87,215); }
td.TdClassName
{
border-color: #5857D7;
}
.TagClassName
{
border-color: #5857D7;
}
</style>