Shades of Slate Blue #584BD1
Tints of Slate Blue #584BD1
RGB
CMYK
RGB Variations
Color information
#584BD1 (or 0x584BD1) is known color: Slate Blue. HEX triplet: 58, 4B and D1. RGB value is (88,75,209). Sum of RGB (Red+Green+Blue) = 88+75+209=372 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.66% from 372); Green value is 75 (29.69% from 255 or 20.16% from 372); Blue value is 209 (82.03% from 255 or 56.18% from 372); Max value from RGB is 209 - color contains mainly: blue. Hex color #584BD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584BD1 is #A7B42E. Grayscale: #5D5D5D. Windows color (decimal): -10990639 or 13716312. OLE color: 13716312.
HSL color Cylindrical-coordinate representation of color #584BD1: hue angle of 245.82º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #584BD1 is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 75 | 209 | - |
| CMYK | 0.58 | 0.64 | 0 | 0.18 |
| HSL | 245.82º | 0.59% | 0.56% | - |
| HSV(B) | 245.82º | 0.64% | 0.82% | - |
| XYZ | 18.05 | 11.71 | 61.63 | - |
| YUV | 94.16 | 192.81 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 75 | 209 | 0.58 | 0.64 | 0 | 0.18 | 245.82 | 0.59 | 0.56 |
| Hex | 58 | 4B | D1 | 3A | 40 | 0 | 12 | F6 | 3B | 38 |
| Octal | 130 | 113 | 321 | 72 | 100 | 0 | 22 | 366 | 73 | 70 |
| Binary | 1011000 | 1001011 | 11010001 | 111010 | 1000000 | 0 | 10010 | 11110110 | 111011 | 111000 |
Color Harmonies of #584BD1
Complementary color
Monochromatic Colors of #584BD1
Black with #584BD1
Text Example
Text Example
White with #584BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584BD1; }
p { color: rgb(88,75,209); }
H1.HeaderClassName
{
color: #584BD1;
}
.AnyTagClassName
{
color: #584BD1;
}
</style>
background-color css
<style>
a { background-color: #584BD1; }
a { background-color: rgb(88,75,209); }
div.DivClassName
{
background-color: #584BD1;
}
.BgClassName
{
background-color: #584BD1;
}
</style>
border-color css
<style>
span { border-color: #584BD1; }
span { border-color: rgb(88,75,209); }
td.TdClassName
{
border-color: #584BD1;
}
.TagClassName
{
border-color: #584BD1;
}
</style>