Shades of Slate Blue #584EDB
Tints of Slate Blue #584EDB
RGB
CMYK
RGB Variations
Color information
#584EDB (or 0x584EDB) is known color: Slate Blue. HEX triplet: 58, 4E and DB. RGB value is (88,78,219). Sum of RGB (Red+Green+Blue) = 88+78+219=385 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.86% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #584EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #584EDB is #A7B124. Grayscale: #606060. Windows color (decimal): -10989861 or 14372440. OLE color: 14372440.
HSL color Cylindrical-coordinate representation of color #584EDB: hue angle of 244.26º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #584EDB is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 78 | 219 | - |
| CMYK | 0.60 | 0.64 | 0 | 0.14 |
| HSL | 244.26º | 0.66% | 0.58% | - |
| HSV(B) | 244.26º | 0.64% | 0.86% | - |
| XYZ | 19.54 | 12.64 | 68.43 | - |
| YUV | 97.06 | 196.81 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 78 | 219 | 0.60 | 0.64 | 0 | 0.14 | 244.26 | 0.66 | 0.58 |
| Hex | 58 | 4E | DB | 3C | 40 | 0 | E | F4 | 42 | 3A |
| Octal | 130 | 116 | 333 | 74 | 100 | 0 | 16 | 364 | 102 | 72 |
| Binary | 1011000 | 1001110 | 11011011 | 111100 | 1000000 | 0 | 1110 | 11110100 | 1000010 | 111010 |
Color Harmonies of #584EDB
Complementary color
Monochromatic Colors of #584EDB
Black with #584EDB
Text Example
Text Example
White with #584EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584EDB; }
p { color: rgb(88,78,219); }
H1.HeaderClassName
{
color: #584EDB;
}
.AnyTagClassName
{
color: #584EDB;
}
</style>
background-color css
<style>
a { background-color: #584EDB; }
a { background-color: rgb(88,78,219); }
div.DivClassName
{
background-color: #584EDB;
}
.BgClassName
{
background-color: #584EDB;
}
</style>
border-color css
<style>
span { border-color: #584EDB; }
span { border-color: rgb(88,78,219); }
td.TdClassName
{
border-color: #584EDB;
}
.TagClassName
{
border-color: #584EDB;
}
</style>