Shades of Slate Blue #573DDB
Tints of Slate Blue #573DDB
RGB
CMYK
RGB Variations
Color information
#573DDB (or 0x573DDB) is known color: Slate Blue. HEX triplet: 57, 3D and DB. RGB value is (87,61,219). Sum of RGB (Red+Green+Blue) = 87+61+219=367 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.71% from 367); Green value is 61 (24.22% from 255 or 16.62% from 367); Blue value is 219 (85.94% from 255 or 59.67% from 367); Max value from RGB is 219 - color contains mainly: blue. Hex color #573DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573DDB is #A8C224. Grayscale: #565656. Windows color (decimal): -11059749 or 14368087. OLE color: 14368087.
HSL color Cylindrical-coordinate representation of color #573DDB: hue angle of 249.87º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #573DDB is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 61 | 219 | - |
| CMYK | 0.60 | 0.72 | 0 | 0.14 |
| HSL | 249.87º | 0.69% | 0.55% | - |
| HSV(B) | 249.87º | 0.72% | 0.86% | - |
| XYZ | 18.39 | 10.48 | 68.07 | - |
| YUV | 86.79 | 202.61 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 61 | 219 | 0.60 | 0.72 | 0 | 0.14 | 249.87 | 0.69 | 0.55 |
| Hex | 57 | 3D | DB | 3C | 48 | 0 | E | FA | 45 | 37 |
| Octal | 127 | 75 | 333 | 74 | 110 | 0 | 16 | 372 | 105 | 67 |
| Binary | 1010111 | 111101 | 11011011 | 111100 | 1001000 | 0 | 1110 | 11111010 | 1000101 | 110111 |
Color Harmonies of #573DDB
Complementary color
Monochromatic Colors of #573DDB
Black with #573DDB
Text Example
Text Example
White with #573DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573DDB; }
p { color: rgb(87,61,219); }
H1.HeaderClassName
{
color: #573DDB;
}
.AnyTagClassName
{
color: #573DDB;
}
</style>
background-color css
<style>
a { background-color: #573DDB; }
a { background-color: rgb(87,61,219); }
div.DivClassName
{
background-color: #573DDB;
}
.BgClassName
{
background-color: #573DDB;
}
</style>
border-color css
<style>
span { border-color: #573DDB; }
span { border-color: rgb(87,61,219); }
td.TdClassName
{
border-color: #573DDB;
}
.TagClassName
{
border-color: #573DDB;
}
</style>