Shades of Slate Blue #584EC5
Tints of Slate Blue #584EC5
RGB
CMYK
RGB Variations
Color information
#584EC5 (or 0x584EC5) is known color: Slate Blue. HEX triplet: 58, 4E and C5. RGB value is (88,78,197). Sum of RGB (Red+Green+Blue) = 88+78+197=363 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.24% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 197 (77.34% from 255 or 54.27% from 363); Max value from RGB is 197 - color contains mainly: blue. Hex color #584EC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #584EC5 is #A7B13A. Grayscale: #5E5E5E. Windows color (decimal): -10989883 or 12930648. OLE color: 12930648.
HSL color Cylindrical-coordinate representation of color #584EC5: hue angle of 245.04º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #584EC5 is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 88 | 78 | 197 | - |
| CMYK | 0.55 | 0.60 | 0 | 0.23 |
| HSL | 245.04º | 0.51% | 0.54% | - |
| HSV(B) | 245.04º | 0.6% | 0.77% | - |
| XYZ | 16.83 | 11.55 | 54.17 | - |
| YUV | 94.56 | 185.81 | 123.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 78 | 197 | 0.55 | 0.60 | 0 | 0.23 | 245.04 | 0.51 | 0.54 |
| Hex | 58 | 4E | C5 | 37 | 3C | 0 | 17 | F5 | 33 | 36 |
| Octal | 130 | 116 | 305 | 67 | 74 | 0 | 27 | 365 | 63 | 66 |
| Binary | 1011000 | 1001110 | 11000101 | 110111 | 111100 | 0 | 10111 | 11110101 | 110011 | 110110 |
Color Harmonies of #584EC5
Complementary color
Monochromatic Colors of #584EC5
Black with #584EC5
Text Example
Text Example
White with #584EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584EC5; }
p { color: rgb(88,78,197); }
H1.HeaderClassName
{
color: #584EC5;
}
.AnyTagClassName
{
color: #584EC5;
}
</style>
background-color css
<style>
a { background-color: #584EC5; }
a { background-color: rgb(88,78,197); }
div.DivClassName
{
background-color: #584EC5;
}
.BgClassName
{
background-color: #584EC5;
}
</style>
border-color css
<style>
span { border-color: #584EC5; }
span { border-color: rgb(88,78,197); }
td.TdClassName
{
border-color: #584EC5;
}
.TagClassName
{
border-color: #584EC5;
}
</style>