Shades of Slate Blue #575ED6
Tints of Slate Blue #575ED6
RGB
CMYK
RGB Variations
Color information
#575ED6 (or 0x575ED6) is known color: Slate Blue. HEX triplet: 57, 5E and D6. RGB value is (87,94,214). Sum of RGB (Red+Green+Blue) = 87+94+214=395 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.03% from 395); Green value is 94 (37.11% from 255 or 23.80% from 395); Blue value is 214 (83.98% from 255 or 54.18% from 395); Max value from RGB is 214 - color contains mainly: blue. Hex color #575ED6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575ED6 is #A8A129. Grayscale: #696969. Windows color (decimal): -11051306 or 14048855. OLE color: 14048855.
HSL color Cylindrical-coordinate representation of color #575ED6: hue angle of 236.69º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #575ED6 is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 87 | 94 | 214 | - |
| CMYK | 0.59 | 0.56 | 0 | 0.16 |
| HSL | 236.69º | 0.61% | 0.59% | - |
| HSV(B) | 236.69º | 0.59% | 0.84% | - |
| XYZ | 20.07 | 14.89 | 65.43 | - |
| YUV | 105.59 | 189.18 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 94 | 214 | 0.59 | 0.56 | 0 | 0.16 | 236.69 | 0.61 | 0.59 |
| Hex | 57 | 5E | D6 | 3B | 38 | 0 | 10 | ED | 3D | 3B |
| Octal | 127 | 136 | 326 | 73 | 70 | 0 | 20 | 355 | 75 | 73 |
| Binary | 1010111 | 1011110 | 11010110 | 111011 | 111000 | 0 | 10000 | 11101101 | 111101 | 111011 |
Color Harmonies of #575ED6
Complementary color
Monochromatic Colors of #575ED6
Black with #575ED6
Text Example
Text Example
White with #575ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575ED6; }
p { color: rgb(87,94,214); }
H1.HeaderClassName
{
color: #575ED6;
}
.AnyTagClassName
{
color: #575ED6;
}
</style>
background-color css
<style>
a { background-color: #575ED6; }
a { background-color: rgb(87,94,214); }
div.DivClassName
{
background-color: #575ED6;
}
.BgClassName
{
background-color: #575ED6;
}
</style>
border-color css
<style>
span { border-color: #575ED6; }
span { border-color: rgb(87,94,214); }
td.TdClassName
{
border-color: #575ED6;
}
.TagClassName
{
border-color: #575ED6;
}
</style>