Shades of Slate Blue #584ECE
Tints of Slate Blue #584ECE
RGB
CMYK
RGB Variations
Color information
#584ECE (or 0x584ECE) is known color: Slate Blue. HEX triplet: 58, 4E and CE. RGB value is (88,78,206). Sum of RGB (Red+Green+Blue) = 88+78+206=372 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.66% from 372); Green value is 78 (30.86% from 255 or 20.97% from 372); Blue value is 206 (80.86% from 255 or 55.38% from 372); Max value from RGB is 206 - color contains mainly: blue. Hex color #584ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #584ECE is #A7B131. Grayscale: #5F5F5F. Windows color (decimal): -10989874 or 13520472. OLE color: 13520472.
HSL color Cylindrical-coordinate representation of color #584ECE: hue angle of 244.69º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #584ECE is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 78 | 206 | - |
| CMYK | 0.57 | 0.62 | 0 | 0.19 |
| HSL | 244.69º | 0.57% | 0.56% | - |
| HSV(B) | 244.69º | 0.62% | 0.81% | - |
| XYZ | 17.89 | 11.98 | 59.76 | - |
| YUV | 95.58 | 190.31 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 78 | 206 | 0.57 | 0.62 | 0 | 0.19 | 244.69 | 0.57 | 0.56 |
| Hex | 58 | 4E | CE | 39 | 3E | 0 | 13 | F5 | 39 | 38 |
| Octal | 130 | 116 | 316 | 71 | 76 | 0 | 23 | 365 | 71 | 70 |
| Binary | 1011000 | 1001110 | 11001110 | 111001 | 111110 | 0 | 10011 | 11110101 | 111001 | 111000 |
Color Harmonies of #584ECE
Complementary color
Monochromatic Colors of #584ECE
Black with #584ECE
Text Example
Text Example
White with #584ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584ECE; }
p { color: rgb(88,78,206); }
H1.HeaderClassName
{
color: #584ECE;
}
.AnyTagClassName
{
color: #584ECE;
}
</style>
background-color css
<style>
a { background-color: #584ECE; }
a { background-color: rgb(88,78,206); }
div.DivClassName
{
background-color: #584ECE;
}
.BgClassName
{
background-color: #584ECE;
}
</style>
border-color css
<style>
span { border-color: #584ECE; }
span { border-color: rgb(88,78,206); }
td.TdClassName
{
border-color: #584ECE;
}
.TagClassName
{
border-color: #584ECE;
}
</style>