Shades of Slate Blue #575BD6
Tints of Slate Blue #575BD6
RGB
CMYK
RGB Variations
Color information
#575BD6 (or 0x575BD6) is known color: Slate Blue. HEX triplet: 57, 5B and D6. RGB value is (87,91,214). Sum of RGB (Red+Green+Blue) = 87+91+214=392 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.19% from 392); Green value is 91 (35.94% from 255 or 23.21% from 392); Blue value is 214 (83.98% from 255 or 54.59% from 392); Max value from RGB is 214 - color contains mainly: blue. Hex color #575BD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575BD6 is #A8A429. Grayscale: #676767. Windows color (decimal): -11052074 or 14048087. OLE color: 14048087.
HSL color Cylindrical-coordinate representation of color #575BD6: hue angle of 238.11º 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 #575BD6 is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 87 | 91 | 214 | - |
| CMYK | 0.59 | 0.57 | 0 | 0.16 |
| HSL | 238.11º | 0.61% | 0.59% | - |
| HSV(B) | 238.11º | 0.59% | 0.84% | - |
| XYZ | 19.81 | 14.36 | 65.35 | - |
| YUV | 103.83 | 190.17 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 91 | 214 | 0.59 | 0.57 | 0 | 0.16 | 238.11 | 0.61 | 0.59 |
| Hex | 57 | 5B | D6 | 3B | 39 | 0 | 10 | EE | 3D | 3B |
| Octal | 127 | 133 | 326 | 73 | 71 | 0 | 20 | 356 | 75 | 73 |
| Binary | 1010111 | 1011011 | 11010110 | 111011 | 111001 | 0 | 10000 | 11101110 | 111101 | 111011 |
Color Harmonies of #575BD6
Complementary color
Monochromatic Colors of #575BD6
Black with #575BD6
Text Example
Text Example
White with #575BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575BD6; }
p { color: rgb(87,91,214); }
H1.HeaderClassName
{
color: #575BD6;
}
.AnyTagClassName
{
color: #575BD6;
}
</style>
background-color css
<style>
a { background-color: #575BD6; }
a { background-color: rgb(87,91,214); }
div.DivClassName
{
background-color: #575BD6;
}
.BgClassName
{
background-color: #575BD6;
}
</style>
border-color css
<style>
span { border-color: #575BD6; }
span { border-color: rgb(87,91,214); }
td.TdClassName
{
border-color: #575BD6;
}
.TagClassName
{
border-color: #575BD6;
}
</style>