Shades of Slate Blue #575DDB
Tints of Slate Blue #575DDB
RGB
CMYK
RGB Variations
Color information
#575DDB (or 0x575DDB) is known color: Slate Blue. HEX triplet: 57, 5D and DB. RGB value is (87,93,219). Sum of RGB (Red+Green+Blue) = 87+93+219=399 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.80% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #575DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575DDB is #A8A224. Grayscale: #696969. Windows color (decimal): -11051557 or 14376279. OLE color: 14376279.
HSL color Cylindrical-coordinate representation of color #575DDB: hue angle of 237.27º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #575DDB is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 93 | 219 | - |
| CMYK | 0.60 | 0.58 | 0 | 0.14 |
| HSL | 237.27º | 0.65% | 0.6% | - |
| HSV(B) | 237.27º | 0.6% | 0.86% | - |
| XYZ | 20.63 | 14.97 | 68.82 | - |
| YUV | 105.57 | 192.01 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 93 | 219 | 0.60 | 0.58 | 0 | 0.14 | 237.27 | 0.65 | 0.6 |
| Hex | 57 | 5D | DB | 3C | 3A | 0 | E | ED | 41 | 3C |
| Octal | 127 | 135 | 333 | 74 | 72 | 0 | 16 | 355 | 101 | 74 |
| Binary | 1010111 | 1011101 | 11011011 | 111100 | 111010 | 0 | 1110 | 11101101 | 1000001 | 111100 |
Color Harmonies of #575DDB
Complementary color
Monochromatic Colors of #575DDB
Black with #575DDB
Text Example
Text Example
White with #575DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575DDB; }
p { color: rgb(87,93,219); }
H1.HeaderClassName
{
color: #575DDB;
}
.AnyTagClassName
{
color: #575DDB;
}
</style>
background-color css
<style>
a { background-color: #575DDB; }
a { background-color: rgb(87,93,219); }
div.DivClassName
{
background-color: #575DDB;
}
.BgClassName
{
background-color: #575DDB;
}
</style>
border-color css
<style>
span { border-color: #575DDB; }
span { border-color: rgb(87,93,219); }
td.TdClassName
{
border-color: #575DDB;
}
.TagClassName
{
border-color: #575DDB;
}
</style>