Shades of Slate Blue #583FDB
Tints of Slate Blue #583FDB
RGB
CMYK
RGB Variations
Color information
#583FDB (or 0x583FDB) is known color: Slate Blue. HEX triplet: 58, 3F and DB. RGB value is (88,63,219). Sum of RGB (Red+Green+Blue) = 88+63+219=370 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.78% from 370); Green value is 63 (25% from 255 or 17.03% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #583FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #583FDB is #A7C024. Grayscale: #575757. Windows color (decimal): -10993701 or 14368600. OLE color: 14368600.
HSL color Cylindrical-coordinate representation of color #583FDB: hue angle of 249.62º 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 #583FDB is Cyan = 0.60, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 63 | 219 | - |
| CMYK | 0.60 | 0.71 | 0 | 0.14 |
| HSL | 249.62º | 0.68% | 0.55% | - |
| HSV(B) | 249.62º | 0.71% | 0.86% | - |
| XYZ | 18.59 | 10.74 | 68.11 | - |
| YUV | 88.26 | 201.78 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 63 | 219 | 0.60 | 0.71 | 0 | 0.14 | 249.62 | 0.68 | 0.55 |
| Hex | 58 | 3F | DB | 3C | 47 | 0 | E | FA | 44 | 37 |
| Octal | 130 | 77 | 333 | 74 | 107 | 0 | 16 | 372 | 104 | 67 |
| Binary | 1011000 | 111111 | 11011011 | 111100 | 1000111 | 0 | 1110 | 11111010 | 1000100 | 110111 |
Color Harmonies of #583FDB
Complementary color
Monochromatic Colors of #583FDB
Black with #583FDB
Text Example
Text Example
White with #583FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583FDB; }
p { color: rgb(88,63,219); }
H1.HeaderClassName
{
color: #583FDB;
}
.AnyTagClassName
{
color: #583FDB;
}
</style>
background-color css
<style>
a { background-color: #583FDB; }
a { background-color: rgb(88,63,219); }
div.DivClassName
{
background-color: #583FDB;
}
.BgClassName
{
background-color: #583FDB;
}
</style>
border-color css
<style>
span { border-color: #583FDB; }
span { border-color: rgb(88,63,219); }
td.TdClassName
{
border-color: #583FDB;
}
.TagClassName
{
border-color: #583FDB;
}
</style>