Shades of Slate Blue #584BDE
Tints of Slate Blue #584BDE
RGB
CMYK
RGB Variations
Color information
#584BDE (or 0x584BDE) is known color: Slate Blue. HEX triplet: 58, 4B and DE. RGB value is (88,75,222). Sum of RGB (Red+Green+Blue) = 88+75+222=385 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.86% from 385); Green value is 75 (29.69% from 255 or 19.48% from 385); Blue value is 222 (87.11% from 255 or 57.66% from 385); Max value from RGB is 222 - color contains mainly: blue. Hex color #584BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584BDE is #A7B421. Grayscale: #5F5F5F. Windows color (decimal): -10990626 or 14568280. OLE color: 14568280.
HSL color Cylindrical-coordinate representation of color #584BDE: hue angle of 245.31º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #584BDE is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 75 | 222 | - |
| CMYK | 0.60 | 0.66 | 0 | 0.13 |
| HSL | 245.31º | 0.69% | 0.58% | - |
| HSV(B) | 245.31º | 0.66% | 0.87% | - |
| XYZ | 19.73 | 12.38 | 70.46 | - |
| YUV | 95.65 | 199.31 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 75 | 222 | 0.60 | 0.66 | 0 | 0.13 | 245.31 | 0.69 | 0.58 |
| Hex | 58 | 4B | DE | 3C | 42 | 0 | D | F5 | 45 | 3A |
| Octal | 130 | 113 | 336 | 74 | 102 | 0 | 15 | 365 | 105 | 72 |
| Binary | 1011000 | 1001011 | 11011110 | 111100 | 1000010 | 0 | 1101 | 11110101 | 1000101 | 111010 |
Color Harmonies of #584BDE
Complementary color
Monochromatic Colors of #584BDE
Black with #584BDE
Text Example
Text Example
White with #584BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584BDE; }
p { color: rgb(88,75,222); }
H1.HeaderClassName
{
color: #584BDE;
}
.AnyTagClassName
{
color: #584BDE;
}
</style>
background-color css
<style>
a { background-color: #584BDE; }
a { background-color: rgb(88,75,222); }
div.DivClassName
{
background-color: #584BDE;
}
.BgClassName
{
background-color: #584BDE;
}
</style>
border-color css
<style>
span { border-color: #584BDE; }
span { border-color: rgb(88,75,222); }
td.TdClassName
{
border-color: #584BDE;
}
.TagClassName
{
border-color: #584BDE;
}
</style>