Shades of Slate Blue #575ED7
Tints of Slate Blue #575ED7
RGB
CMYK
RGB Variations
Color information
#575ED7 (or 0x575ED7) is known color: Slate Blue. HEX triplet: 57, 5E and D7. RGB value is (87,94,215). Sum of RGB (Red+Green+Blue) = 87+94+215=396 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.97% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 215 (84.38% from 255 or 54.29% from 396); Max value from RGB is 215 - color contains mainly: blue. Hex color #575ED7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575ED7 is #A8A128. Grayscale: #696969. Windows color (decimal): -11051305 or 14114391. OLE color: 14114391.
HSL color Cylindrical-coordinate representation of color #575ED7: hue angle of 236.72º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #575ED7 is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 87 | 94 | 215 | - |
| CMYK | 0.60 | 0.56 | 0 | 0.16 |
| HSL | 236.72º | 0.62% | 0.59% | - |
| HSV(B) | 236.72º | 0.6% | 0.84% | - |
| XYZ | 20.2 | 14.94 | 66.11 | - |
| YUV | 105.7 | 189.68 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 94 | 215 | 0.60 | 0.56 | 0 | 0.16 | 236.72 | 0.62 | 0.59 |
| Hex | 57 | 5E | D7 | 3C | 38 | 0 | 10 | ED | 3E | 3B |
| Octal | 127 | 136 | 327 | 74 | 70 | 0 | 20 | 355 | 76 | 73 |
| Binary | 1010111 | 1011110 | 11010111 | 111100 | 111000 | 0 | 10000 | 11101101 | 111110 | 111011 |
Color Harmonies of #575ED7
Complementary color
Monochromatic Colors of #575ED7
Black with #575ED7
Text Example
Text Example
White with #575ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575ED7; }
p { color: rgb(87,94,215); }
H1.HeaderClassName
{
color: #575ED7;
}
.AnyTagClassName
{
color: #575ED7;
}
</style>
background-color css
<style>
a { background-color: #575ED7; }
a { background-color: rgb(87,94,215); }
div.DivClassName
{
background-color: #575ED7;
}
.BgClassName
{
background-color: #575ED7;
}
</style>
border-color css
<style>
span { border-color: #575ED7; }
span { border-color: rgb(87,94,215); }
td.TdClassName
{
border-color: #575ED7;
}
.TagClassName
{
border-color: #575ED7;
}
</style>