Shades of Slate Blue #575DDF
Tints of Slate Blue #575DDF
RGB
CMYK
RGB Variations
Color information
#575DDF (or 0x575DDF) is known color: Slate Blue. HEX triplet: 57, 5D and DF. RGB value is (87,93,223). Sum of RGB (Red+Green+Blue) = 87+93+223=403 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.59% from 403); Green value is 93 (36.72% from 255 or 23.08% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #575DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575DDF is #A8A220. Grayscale: #696969. Windows color (decimal): -11051553 or 14638423. OLE color: 14638423.
HSL color Cylindrical-coordinate representation of color #575DDF: hue angle of 237.35º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #575DDF is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 93 | 223 | - |
| CMYK | 0.61 | 0.58 | 0 | 0.13 |
| HSL | 237.35º | 0.68% | 0.61% | - |
| HSV(B) | 237.35º | 0.61% | 0.87% | - |
| XYZ | 21.16 | 15.18 | 71.63 | - |
| YUV | 106.03 | 194.01 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 93 | 223 | 0.61 | 0.58 | 0 | 0.13 | 237.35 | 0.68 | 0.61 |
| Hex | 57 | 5D | DF | 3D | 3A | 0 | D | ED | 44 | 3D |
| Octal | 127 | 135 | 337 | 75 | 72 | 0 | 15 | 355 | 104 | 75 |
| Binary | 1010111 | 1011101 | 11011111 | 111101 | 111010 | 0 | 1101 | 11101101 | 1000100 | 111101 |
Color Harmonies of #575DDF
Complementary color
Monochromatic Colors of #575DDF
Black with #575DDF
Text Example
Text Example
White with #575DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575DDF; }
p { color: rgb(87,93,223); }
H1.HeaderClassName
{
color: #575DDF;
}
.AnyTagClassName
{
color: #575DDF;
}
</style>
background-color css
<style>
a { background-color: #575DDF; }
a { background-color: rgb(87,93,223); }
div.DivClassName
{
background-color: #575DDF;
}
.BgClassName
{
background-color: #575DDF;
}
</style>
border-color css
<style>
span { border-color: #575DDF; }
span { border-color: rgb(87,93,223); }
td.TdClassName
{
border-color: #575DDF;
}
.TagClassName
{
border-color: #575DDF;
}
</style>