Shades of Slate Blue #575FD3
Tints of Slate Blue #575FD3
RGB
CMYK
RGB Variations
Color information
#575FD3 (or 0x575FD3) is known color: Slate Blue. HEX triplet: 57, 5F and D3. RGB value is (87,95,211). Sum of RGB (Red+Green+Blue) = 87+95+211=393 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.14% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 211 (82.81% from 255 or 53.69% from 393); Max value from RGB is 211 - color contains mainly: blue. Hex color #575FD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575FD3 is #A8A02C. Grayscale: #696969. Windows color (decimal): -11051053 or 13852503. OLE color: 13852503.
HSL color Cylindrical-coordinate representation of color #575FD3: hue angle of 236.13º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #575FD3 is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 87 | 95 | 211 | - |
| CMYK | 0.59 | 0.55 | 0 | 0.17 |
| HSL | 236.13º | 0.58% | 0.58% | - |
| HSV(B) | 236.13º | 0.59% | 0.83% | - |
| XYZ | 19.78 | 14.91 | 63.46 | - |
| YUV | 105.83 | 187.35 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 95 | 211 | 0.59 | 0.55 | 0 | 0.17 | 236.13 | 0.58 | 0.58 |
| Hex | 57 | 5F | D3 | 3B | 37 | 0 | 11 | EC | 3A | 3A |
| Octal | 127 | 137 | 323 | 73 | 67 | 0 | 21 | 354 | 72 | 72 |
| Binary | 1010111 | 1011111 | 11010011 | 111011 | 110111 | 0 | 10001 | 11101100 | 111010 | 111010 |
Color Harmonies of #575FD3
Complementary color
Monochromatic Colors of #575FD3
Black with #575FD3
Text Example
Text Example
White with #575FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575FD3; }
p { color: rgb(87,95,211); }
H1.HeaderClassName
{
color: #575FD3;
}
.AnyTagClassName
{
color: #575FD3;
}
</style>
background-color css
<style>
a { background-color: #575FD3; }
a { background-color: rgb(87,95,211); }
div.DivClassName
{
background-color: #575FD3;
}
.BgClassName
{
background-color: #575FD3;
}
</style>
border-color css
<style>
span { border-color: #575FD3; }
span { border-color: rgb(87,95,211); }
td.TdClassName
{
border-color: #575FD3;
}
.TagClassName
{
border-color: #575FD3;
}
</style>