Shades of Slate Blue #575ED4
Tints of Slate Blue #575ED4
RGB
CMYK
RGB Variations
Color information
#575ED4 (or 0x575ED4) is known color: Slate Blue. HEX triplet: 57, 5E and D4. RGB value is (87,94,212). Sum of RGB (Red+Green+Blue) = 87+94+212=393 (52% of max value = 765). Red value is 87 (34.38% from 255 or 22.14% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 212 (83.20% from 255 or 53.94% from 393); Max value from RGB is 212 - color contains mainly: blue. Hex color #575ED4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575ED4 is #A8A12B. Grayscale: #686868. Windows color (decimal): -11051308 or 13917783. OLE color: 13917783.
HSL color Cylindrical-coordinate representation of color #575ED4: hue angle of 236.64º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #575ED4 is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 87 | 94 | 212 | - |
| CMYK | 0.59 | 0.56 | 0 | 0.17 |
| HSL | 236.64º | 0.59% | 0.59% | - |
| HSV(B) | 236.64º | 0.59% | 0.83% | - |
| XYZ | 19.82 | 14.79 | 64.1 | - |
| YUV | 105.36 | 188.18 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 94 | 212 | 0.59 | 0.56 | 0 | 0.17 | 236.64 | 0.59 | 0.59 |
| Hex | 57 | 5E | D4 | 3B | 38 | 0 | 11 | ED | 3B | 3B |
| Octal | 127 | 136 | 324 | 73 | 70 | 0 | 21 | 355 | 73 | 73 |
| Binary | 1010111 | 1011110 | 11010100 | 111011 | 111000 | 0 | 10001 | 11101101 | 111011 | 111011 |
Color Harmonies of #575ED4
Complementary color
Monochromatic Colors of #575ED4
Black with #575ED4
Text Example
Text Example
White with #575ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575ED4; }
p { color: rgb(87,94,212); }
H1.HeaderClassName
{
color: #575ED4;
}
.AnyTagClassName
{
color: #575ED4;
}
</style>
background-color css
<style>
a { background-color: #575ED4; }
a { background-color: rgb(87,94,212); }
div.DivClassName
{
background-color: #575ED4;
}
.BgClassName
{
background-color: #575ED4;
}
</style>
border-color css
<style>
span { border-color: #575ED4; }
span { border-color: rgb(87,94,212); }
td.TdClassName
{
border-color: #575ED4;
}
.TagClassName
{
border-color: #575ED4;
}
</style>