Shades of Slate Blue #584EDC
Tints of Slate Blue #584EDC
RGB
CMYK
RGB Variations
Color information
#584EDC (or 0x584EDC) is known color: Slate Blue. HEX triplet: 58, 4E and DC. RGB value is (88,78,220). Sum of RGB (Red+Green+Blue) = 88+78+220=386 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.80% from 386); Green value is 78 (30.86% from 255 or 20.21% from 386); Blue value is 220 (86.33% from 255 or 56.99% from 386); Max value from RGB is 220 - color contains mainly: blue. Hex color #584EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #584EDC is #A7B123. Grayscale: #606060. Windows color (decimal): -10989860 or 14437976. OLE color: 14437976.
HSL color Cylindrical-coordinate representation of color #584EDC: hue angle of 244.23º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #584EDC is Cyan = 0.6, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 78 | 220 | - |
| CMYK | 0.6 | 0.65 | 0 | 0.14 |
| HSL | 244.23º | 0.67% | 0.58% | - |
| HSV(B) | 244.23º | 0.65% | 0.86% | - |
| XYZ | 19.67 | 12.69 | 69.12 | - |
| YUV | 97.18 | 197.31 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 78 | 220 | 0.6 | 0.65 | 0 | 0.14 | 244.23 | 0.67 | 0.58 |
| Hex | 58 | 4E | DC | 3C | 41 | 0 | E | F4 | 43 | 3A |
| Octal | 130 | 116 | 334 | 74 | 101 | 0 | 16 | 364 | 103 | 72 |
| Binary | 1011000 | 1001110 | 11011100 | 111100 | 1000001 | 0 | 1110 | 11110100 | 1000011 | 111010 |
Color Harmonies of #584EDC
Complementary color
Monochromatic Colors of #584EDC
Black with #584EDC
Text Example
Text Example
White with #584EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584EDC; }
p { color: rgb(88,78,220); }
H1.HeaderClassName
{
color: #584EDC;
}
.AnyTagClassName
{
color: #584EDC;
}
</style>
background-color css
<style>
a { background-color: #584EDC; }
a { background-color: rgb(88,78,220); }
div.DivClassName
{
background-color: #584EDC;
}
.BgClassName
{
background-color: #584EDC;
}
</style>
border-color css
<style>
span { border-color: #584EDC; }
span { border-color: rgb(88,78,220); }
td.TdClassName
{
border-color: #584EDC;
}
.TagClassName
{
border-color: #584EDC;
}
</style>