Shades of Slate Blue #575BDB
Tints of Slate Blue #575BDB
RGB
CMYK
RGB Variations
Color information
#575BDB (or 0x575BDB) is known color: Slate Blue. HEX triplet: 57, 5B and DB. RGB value is (87,91,219). Sum of RGB (Red+Green+Blue) = 87+91+219=397 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.91% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #575BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575BDB is #A8A424. Grayscale: #676767. Windows color (decimal): -11052069 or 14375767. OLE color: 14375767.
HSL color Cylindrical-coordinate representation of color #575BDB: hue angle of 238.18º 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 #575BDB is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 91 | 219 | - |
| CMYK | 0.60 | 0.58 | 0 | 0.14 |
| HSL | 238.18º | 0.65% | 0.6% | - |
| HSV(B) | 238.18º | 0.6% | 0.86% | - |
| XYZ | 20.46 | 14.62 | 68.76 | - |
| YUV | 104.4 | 192.67 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 91 | 219 | 0.60 | 0.58 | 0 | 0.14 | 238.18 | 0.65 | 0.6 |
| Hex | 57 | 5B | DB | 3C | 3A | 0 | E | EE | 41 | 3C |
| Octal | 127 | 133 | 333 | 74 | 72 | 0 | 16 | 356 | 101 | 74 |
| Binary | 1010111 | 1011011 | 11011011 | 111100 | 111010 | 0 | 1110 | 11101110 | 1000001 | 111100 |
Color Harmonies of #575BDB
Complementary color
Monochromatic Colors of #575BDB
Black with #575BDB
Text Example
Text Example
White with #575BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575BDB; }
p { color: rgb(87,91,219); }
H1.HeaderClassName
{
color: #575BDB;
}
.AnyTagClassName
{
color: #575BDB;
}
</style>
background-color css
<style>
a { background-color: #575BDB; }
a { background-color: rgb(87,91,219); }
div.DivClassName
{
background-color: #575BDB;
}
.BgClassName
{
background-color: #575BDB;
}
</style>
border-color css
<style>
span { border-color: #575BDB; }
span { border-color: rgb(87,91,219); }
td.TdClassName
{
border-color: #575BDB;
}
.TagClassName
{
border-color: #575BDB;
}
</style>