Shades of Slate Blue #575BD5
Tints of Slate Blue #575BD5
RGB
CMYK
RGB Variations
Color information
#575BD5 (or 0x575BD5) is known color: Slate Blue. HEX triplet: 57, 5B and D5. RGB value is (87,91,213). Sum of RGB (Red+Green+Blue) = 87+91+213=391 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.25% from 391); Green value is 91 (35.94% from 255 or 23.27% from 391); Blue value is 213 (83.59% from 255 or 54.48% from 391); Max value from RGB is 213 - color contains mainly: blue. Hex color #575BD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575BD5 is #A8A42A. Grayscale: #676767. Windows color (decimal): -11052075 or 13982551. OLE color: 13982551.
HSL color Cylindrical-coordinate representation of color #575BD5: hue angle of 238.1º degrees, saturation: 0.6, 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 #575BD5 is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 87 | 91 | 213 | - |
| CMYK | 0.59 | 0.57 | 0 | 0.16 |
| HSL | 238.1º | 0.6% | 0.59% | - |
| HSV(B) | 238.1º | 0.59% | 0.84% | - |
| XYZ | 19.68 | 14.31 | 64.68 | - |
| YUV | 103.71 | 189.67 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 91 | 213 | 0.59 | 0.57 | 0 | 0.16 | 238.1 | 0.6 | 0.59 |
| Hex | 57 | 5B | D5 | 3B | 39 | 0 | 10 | EE | 3C | 3B |
| Octal | 127 | 133 | 325 | 73 | 71 | 0 | 20 | 356 | 74 | 73 |
| Binary | 1010111 | 1011011 | 11010101 | 111011 | 111001 | 0 | 10000 | 11101110 | 111100 | 111011 |
Color Harmonies of #575BD5
Complementary color
Monochromatic Colors of #575BD5
Black with #575BD5
Text Example
Text Example
White with #575BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575BD5; }
p { color: rgb(87,91,213); }
H1.HeaderClassName
{
color: #575BD5;
}
.AnyTagClassName
{
color: #575BD5;
}
</style>
background-color css
<style>
a { background-color: #575BD5; }
a { background-color: rgb(87,91,213); }
div.DivClassName
{
background-color: #575BD5;
}
.BgClassName
{
background-color: #575BD5;
}
</style>
border-color css
<style>
span { border-color: #575BD5; }
span { border-color: rgb(87,91,213); }
td.TdClassName
{
border-color: #575BD5;
}
.TagClassName
{
border-color: #575BD5;
}
</style>