Shades of Slate Blue #584DCE
Tints of Slate Blue #584DCE
RGB
CMYK
RGB Variations
Color information
#584DCE (or 0x584DCE) is known color: Slate Blue. HEX triplet: 58, 4D and CE. RGB value is (88,77,206). Sum of RGB (Red+Green+Blue) = 88+77+206=371 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.72% from 371); Green value is 77 (30.47% from 255 or 20.75% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #584DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #584DCE is #A7B231. Grayscale: #5E5E5E. Windows color (decimal): -10990130 or 13520216. OLE color: 13520216.
HSL color Cylindrical-coordinate representation of color #584DCE: hue angle of 245.12º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #584DCE is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 77 | 206 | - |
| CMYK | 0.57 | 0.63 | 0 | 0.19 |
| HSL | 245.12º | 0.57% | 0.55% | - |
| HSV(B) | 245.12º | 0.63% | 0.81% | - |
| XYZ | 17.82 | 11.84 | 59.74 | - |
| YUV | 95 | 190.64 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 77 | 206 | 0.57 | 0.63 | 0 | 0.19 | 245.12 | 0.57 | 0.55 |
| Hex | 58 | 4D | CE | 39 | 3F | 0 | 13 | F5 | 39 | 37 |
| Octal | 130 | 115 | 316 | 71 | 77 | 0 | 23 | 365 | 71 | 67 |
| Binary | 1011000 | 1001101 | 11001110 | 111001 | 111111 | 0 | 10011 | 11110101 | 111001 | 110111 |
Color Harmonies of #584DCE
Complementary color
Monochromatic Colors of #584DCE
Black with #584DCE
Text Example
Text Example
White with #584DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584DCE; }
p { color: rgb(88,77,206); }
H1.HeaderClassName
{
color: #584DCE;
}
.AnyTagClassName
{
color: #584DCE;
}
</style>
background-color css
<style>
a { background-color: #584DCE; }
a { background-color: rgb(88,77,206); }
div.DivClassName
{
background-color: #584DCE;
}
.BgClassName
{
background-color: #584DCE;
}
</style>
border-color css
<style>
span { border-color: #584DCE; }
span { border-color: rgb(88,77,206); }
td.TdClassName
{
border-color: #584DCE;
}
.TagClassName
{
border-color: #584DCE;
}
</style>