Shades of Slate Blue #573FDB
Tints of Slate Blue #573FDB
RGB
CMYK
RGB Variations
Color information
#573FDB (or 0x573FDB) is known color: Slate Blue. HEX triplet: 57, 3F and DB. RGB value is (87,63,219). Sum of RGB (Red+Green+Blue) = 87+63+219=369 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.58% from 369); Green value is 63 (25% from 255 or 17.07% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #573FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #573FDB is #A8C024. Grayscale: #575757. Windows color (decimal): -11059237 or 14368599. OLE color: 14368599.
HSL color Cylindrical-coordinate representation of color #573FDB: hue angle of 249.23º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #573FDB is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 63 | 219 | - |
| CMYK | 0.60 | 0.71 | 0 | 0.14 |
| HSL | 249.23º | 0.68% | 0.55% | - |
| HSV(B) | 249.23º | 0.71% | 0.86% | - |
| XYZ | 18.49 | 10.7 | 68.11 | - |
| YUV | 87.96 | 201.95 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 63 | 219 | 0.60 | 0.71 | 0 | 0.14 | 249.23 | 0.68 | 0.55 |
| Hex | 57 | 3F | DB | 3C | 47 | 0 | E | F9 | 44 | 37 |
| Octal | 127 | 77 | 333 | 74 | 107 | 0 | 16 | 371 | 104 | 67 |
| Binary | 1010111 | 111111 | 11011011 | 111100 | 1000111 | 0 | 1110 | 11111001 | 1000100 | 110111 |
Color Harmonies of #573FDB
Complementary color
Monochromatic Colors of #573FDB
Black with #573FDB
Text Example
Text Example
White with #573FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573FDB; }
p { color: rgb(87,63,219); }
H1.HeaderClassName
{
color: #573FDB;
}
.AnyTagClassName
{
color: #573FDB;
}
</style>
background-color css
<style>
a { background-color: #573FDB; }
a { background-color: rgb(87,63,219); }
div.DivClassName
{
background-color: #573FDB;
}
.BgClassName
{
background-color: #573FDB;
}
</style>
border-color css
<style>
span { border-color: #573FDB; }
span { border-color: rgb(87,63,219); }
td.TdClassName
{
border-color: #573FDB;
}
.TagClassName
{
border-color: #573FDB;
}
</style>