Shades of Slate Blue #584CD0
Tints of Slate Blue #584CD0
RGB
CMYK
RGB Variations
Color information
#584CD0 (or 0x584CD0) is known color: Slate Blue. HEX triplet: 58, 4C and D0. RGB value is (88,76,208). Sum of RGB (Red+Green+Blue) = 88+76+208=372 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.66% from 372); Green value is 76 (30.08% from 255 or 20.43% from 372); Blue value is 208 (81.64% from 255 or 55.91% from 372); Max value from RGB is 208 - color contains mainly: blue. Hex color #584CD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584CD0 is #A7B32F. Grayscale: #5E5E5E. Windows color (decimal): -10990384 or 13651032. OLE color: 13651032.
HSL color Cylindrical-coordinate representation of color #584CD0: hue angle of 245.45º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #584CD0 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 76 | 208 | - |
| CMYK | 0.58 | 0.63 | 0 | 0.18 |
| HSL | 245.45º | 0.58% | 0.56% | - |
| HSV(B) | 245.45º | 0.63% | 0.82% | - |
| XYZ | 17.99 | 11.8 | 61 | - |
| YUV | 94.64 | 191.98 | 123.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 76 | 208 | 0.58 | 0.63 | 0 | 0.18 | 245.45 | 0.58 | 0.56 |
| Hex | 58 | 4C | D0 | 3A | 3F | 0 | 12 | F5 | 3A | 38 |
| Octal | 130 | 114 | 320 | 72 | 77 | 0 | 22 | 365 | 72 | 70 |
| Binary | 1011000 | 1001100 | 11010000 | 111010 | 111111 | 0 | 10010 | 11110101 | 111010 | 111000 |
Color Harmonies of #584CD0
Complementary color
Monochromatic Colors of #584CD0
Black with #584CD0
Text Example
Text Example
White with #584CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584CD0; }
p { color: rgb(88,76,208); }
H1.HeaderClassName
{
color: #584CD0;
}
.AnyTagClassName
{
color: #584CD0;
}
</style>
background-color css
<style>
a { background-color: #584CD0; }
a { background-color: rgb(88,76,208); }
div.DivClassName
{
background-color: #584CD0;
}
.BgClassName
{
background-color: #584CD0;
}
</style>
border-color css
<style>
span { border-color: #584CD0; }
span { border-color: rgb(88,76,208); }
td.TdClassName
{
border-color: #584CD0;
}
.TagClassName
{
border-color: #584CD0;
}
</style>