Shades of Slate Blue #584ECF
Tints of Slate Blue #584ECF
RGB
CMYK
RGB Variations
Color information
#584ECF (or 0x584ECF) is known color: Slate Blue. HEX triplet: 58, 4E and CF. RGB value is (88,78,207). Sum of RGB (Red+Green+Blue) = 88+78+207=373 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.59% from 373); Green value is 78 (30.86% from 255 or 20.91% from 373); Blue value is 207 (81.25% from 255 or 55.50% from 373); Max value from RGB is 207 - color contains mainly: blue. Hex color #584ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #584ECF is #A7B130. Grayscale: #5F5F5F. Windows color (decimal): -10989873 or 13586008. OLE color: 13586008.
HSL color Cylindrical-coordinate representation of color #584ECF: hue angle of 244.65º 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 #584ECF is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 78 | 207 | - |
| CMYK | 0.57 | 0.62 | 0 | 0.19 |
| HSL | 244.65º | 0.57% | 0.56% | - |
| HSV(B) | 244.65º | 0.62% | 0.81% | - |
| XYZ | 18.01 | 12.03 | 60.4 | - |
| YUV | 95.7 | 190.81 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 78 | 207 | 0.57 | 0.62 | 0 | 0.19 | 244.65 | 0.57 | 0.56 |
| Hex | 58 | 4E | CF | 39 | 3E | 0 | 13 | F5 | 39 | 38 |
| Octal | 130 | 116 | 317 | 71 | 76 | 0 | 23 | 365 | 71 | 70 |
| Binary | 1011000 | 1001110 | 11001111 | 111001 | 111110 | 0 | 10011 | 11110101 | 111001 | 111000 |
Color Harmonies of #584ECF
Complementary color
Monochromatic Colors of #584ECF
Black with #584ECF
Text Example
Text Example
White with #584ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584ECF; }
p { color: rgb(88,78,207); }
H1.HeaderClassName
{
color: #584ECF;
}
.AnyTagClassName
{
color: #584ECF;
}
</style>
background-color css
<style>
a { background-color: #584ECF; }
a { background-color: rgb(88,78,207); }
div.DivClassName
{
background-color: #584ECF;
}
.BgClassName
{
background-color: #584ECF;
}
</style>
border-color css
<style>
span { border-color: #584ECF; }
span { border-color: rgb(88,78,207); }
td.TdClassName
{
border-color: #584ECF;
}
.TagClassName
{
border-color: #584ECF;
}
</style>