Shades of Slate Blue #575BE0
Tints of Slate Blue #575BE0
RGB
CMYK
RGB Variations
Color information
#575BE0 (or 0x575BE0) is known color: Slate Blue. HEX triplet: 57, 5B and E0. RGB value is (87,91,224). Sum of RGB (Red+Green+Blue) = 87+91+224=402 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.64% from 402); Green value is 91 (35.94% from 255 or 22.64% from 402); Blue value is 224 (87.89% from 255 or 55.72% from 402); Max value from RGB is 224 - color contains mainly: blue. Hex color #575BE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575BE0 is #A8A41F. Grayscale: #686868. Windows color (decimal): -11052064 or 14703447. OLE color: 14703447.
HSL color Cylindrical-coordinate representation of color #575BE0: hue angle of 238.25º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #575BE0 is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 87 | 91 | 224 | - |
| CMYK | 0.61 | 0.59 | 0 | 0.12 |
| HSL | 238.25º | 0.69% | 0.61% | - |
| HSV(B) | 238.25º | 0.61% | 0.88% | - |
| XYZ | 21.13 | 14.89 | 72.28 | - |
| YUV | 104.97 | 195.17 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 91 | 224 | 0.61 | 0.59 | 0 | 0.12 | 238.25 | 0.69 | 0.61 |
| Hex | 57 | 5B | E0 | 3D | 3B | 0 | C | EE | 45 | 3D |
| Octal | 127 | 133 | 340 | 75 | 73 | 0 | 14 | 356 | 105 | 75 |
| Binary | 1010111 | 1011011 | 11100000 | 111101 | 111011 | 0 | 1100 | 11101110 | 1000101 | 111101 |
Color Harmonies of #575BE0
Complementary color
Monochromatic Colors of #575BE0
Black with #575BE0
Text Example
Text Example
White with #575BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575BE0; }
p { color: rgb(87,91,224); }
H1.HeaderClassName
{
color: #575BE0;
}
.AnyTagClassName
{
color: #575BE0;
}
</style>
background-color css
<style>
a { background-color: #575BE0; }
a { background-color: rgb(87,91,224); }
div.DivClassName
{
background-color: #575BE0;
}
.BgClassName
{
background-color: #575BE0;
}
</style>
border-color css
<style>
span { border-color: #575BE0; }
span { border-color: rgb(87,91,224); }
td.TdClassName
{
border-color: #575BE0;
}
.TagClassName
{
border-color: #575BE0;
}
</style>