Shades of Slate Blue #584DDB
Tints of Slate Blue #584DDB
RGB
CMYK
RGB Variations
Color information
#584DDB (or 0x584DDB) is known color: Slate Blue. HEX triplet: 58, 4D and DB. RGB value is (88,77,219). Sum of RGB (Red+Green+Blue) = 88+77+219=384 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.92% from 384); Green value is 77 (30.47% from 255 or 20.05% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #584DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #584DDB is #A7B224. Grayscale: #5F5F5F. Windows color (decimal): -10990117 or 14372184. OLE color: 14372184.
HSL color Cylindrical-coordinate representation of color #584DDB: hue angle of 244.65º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #584DDB is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 77 | 219 | - |
| CMYK | 0.60 | 0.65 | 0 | 0.14 |
| HSL | 244.65º | 0.66% | 0.58% | - |
| HSV(B) | 244.65º | 0.65% | 0.86% | - |
| XYZ | 19.46 | 12.5 | 68.4 | - |
| YUV | 96.48 | 197.14 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 77 | 219 | 0.60 | 0.65 | 0 | 0.14 | 244.65 | 0.66 | 0.58 |
| Hex | 58 | 4D | DB | 3C | 41 | 0 | E | F5 | 42 | 3A |
| Octal | 130 | 115 | 333 | 74 | 101 | 0 | 16 | 365 | 102 | 72 |
| Binary | 1011000 | 1001101 | 11011011 | 111100 | 1000001 | 0 | 1110 | 11110101 | 1000010 | 111010 |
Color Harmonies of #584DDB
Complementary color
Monochromatic Colors of #584DDB
Black with #584DDB
Text Example
Text Example
White with #584DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584DDB; }
p { color: rgb(88,77,219); }
H1.HeaderClassName
{
color: #584DDB;
}
.AnyTagClassName
{
color: #584DDB;
}
</style>
background-color css
<style>
a { background-color: #584DDB; }
a { background-color: rgb(88,77,219); }
div.DivClassName
{
background-color: #584DDB;
}
.BgClassName
{
background-color: #584DDB;
}
</style>
border-color css
<style>
span { border-color: #584DDB; }
span { border-color: rgb(88,77,219); }
td.TdClassName
{
border-color: #584DDB;
}
.TagClassName
{
border-color: #584DDB;
}
</style>