Shades of Slate Blue #584BDB
Tints of Slate Blue #584BDB
RGB
CMYK
RGB Variations
Color information
#584BDB (or 0x584BDB) is known color: Slate Blue. HEX triplet: 58, 4B and DB. RGB value is (88,75,219). Sum of RGB (Red+Green+Blue) = 88+75+219=382 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.04% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 219 (85.94% from 255 or 57.33% from 382); Max value from RGB is 219 - color contains mainly: blue. Hex color #584BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584BDB is #A7B424. Grayscale: #5E5E5E. Windows color (decimal): -10990629 or 14371672. OLE color: 14371672.
HSL color Cylindrical-coordinate representation of color #584BDB: hue angle of 245.42º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #584BDB is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 75 | 219 | - |
| CMYK | 0.60 | 0.66 | 0 | 0.14 |
| HSL | 245.42º | 0.67% | 0.58% | - |
| HSV(B) | 245.42º | 0.66% | 0.86% | - |
| XYZ | 19.33 | 12.22 | 68.36 | - |
| YUV | 95.3 | 197.81 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 75 | 219 | 0.60 | 0.66 | 0 | 0.14 | 245.42 | 0.67 | 0.58 |
| Hex | 58 | 4B | DB | 3C | 42 | 0 | E | F5 | 43 | 3A |
| Octal | 130 | 113 | 333 | 74 | 102 | 0 | 16 | 365 | 103 | 72 |
| Binary | 1011000 | 1001011 | 11011011 | 111100 | 1000010 | 0 | 1110 | 11110101 | 1000011 | 111010 |
Color Harmonies of #584BDB
Complementary color
Monochromatic Colors of #584BDB
Black with #584BDB
Text Example
Text Example
White with #584BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584BDB; }
p { color: rgb(88,75,219); }
H1.HeaderClassName
{
color: #584BDB;
}
.AnyTagClassName
{
color: #584BDB;
}
</style>
background-color css
<style>
a { background-color: #584BDB; }
a { background-color: rgb(88,75,219); }
div.DivClassName
{
background-color: #584BDB;
}
.BgClassName
{
background-color: #584BDB;
}
</style>
border-color css
<style>
span { border-color: #584BDB; }
span { border-color: rgb(88,75,219); }
td.TdClassName
{
border-color: #584BDB;
}
.TagClassName
{
border-color: #584BDB;
}
</style>