Shades of Slate Blue #575DD8
Tints of Slate Blue #575DD8
RGB
CMYK
RGB Variations
Color information
#575DD8 (or 0x575DD8) is known color: Slate Blue. HEX triplet: 57, 5D and D8. RGB value is (87,93,216). Sum of RGB (Red+Green+Blue) = 87+93+216=396 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.97% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 216 (84.77% from 255 or 54.55% from 396); Max value from RGB is 216 - color contains mainly: blue. Hex color #575DD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575DD8 is #A8A227. Grayscale: #686868. Windows color (decimal): -11051560 or 14179671. OLE color: 14179671.
HSL color Cylindrical-coordinate representation of color #575DD8: hue angle of 237.21º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #575DD8 is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 87 | 93 | 216 | - |
| CMYK | 0.60 | 0.57 | 0 | 0.15 |
| HSL | 237.21º | 0.62% | 0.59% | - |
| HSV(B) | 237.21º | 0.6% | 0.85% | - |
| XYZ | 20.24 | 14.81 | 66.76 | - |
| YUV | 105.23 | 190.51 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 93 | 216 | 0.60 | 0.57 | 0 | 0.15 | 237.21 | 0.62 | 0.59 |
| Hex | 57 | 5D | D8 | 3C | 39 | 0 | F | ED | 3E | 3B |
| Octal | 127 | 135 | 330 | 74 | 71 | 0 | 17 | 355 | 76 | 73 |
| Binary | 1010111 | 1011101 | 11011000 | 111100 | 111001 | 0 | 1111 | 11101101 | 111110 | 111011 |
Color Harmonies of #575DD8
Complementary color
Monochromatic Colors of #575DD8
Black with #575DD8
Text Example
Text Example
White with #575DD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575DD8; }
p { color: rgb(87,93,216); }
H1.HeaderClassName
{
color: #575DD8;
}
.AnyTagClassName
{
color: #575DD8;
}
</style>
background-color css
<style>
a { background-color: #575DD8; }
a { background-color: rgb(87,93,216); }
div.DivClassName
{
background-color: #575DD8;
}
.BgClassName
{
background-color: #575DD8;
}
</style>
border-color css
<style>
span { border-color: #575DD8; }
span { border-color: rgb(87,93,216); }
td.TdClassName
{
border-color: #575DD8;
}
.TagClassName
{
border-color: #575DD8;
}
</style>