Shades of Slate Blue #584EDA
Tints of Slate Blue #584EDA
RGB
CMYK
RGB Variations
Color information
#584EDA (or 0x584EDA) is known color: Slate Blue. HEX triplet: 58, 4E and DA. RGB value is (88,78,218). Sum of RGB (Red+Green+Blue) = 88+78+218=384 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.92% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 218 (85.55% from 255 or 56.77% from 384); Max value from RGB is 218 - color contains mainly: blue. Hex color #584EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #584EDA is #A7B125. Grayscale: #606060. Windows color (decimal): -10989862 or 14306904. OLE color: 14306904.
HSL color Cylindrical-coordinate representation of color #584EDA: hue angle of 244.29º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #584EDA is Cyan = 0.60, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 88 | 78 | 218 | - |
| CMYK | 0.60 | 0.64 | 0 | 0.15 |
| HSL | 244.29º | 0.65% | 0.58% | - |
| HSV(B) | 244.29º | 0.64% | 0.85% | - |
| XYZ | 19.4 | 12.59 | 67.74 | - |
| YUV | 96.95 | 196.31 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 78 | 218 | 0.60 | 0.64 | 0 | 0.15 | 244.29 | 0.65 | 0.58 |
| Hex | 58 | 4E | DA | 3C | 40 | 0 | F | F4 | 41 | 3A |
| Octal | 130 | 116 | 332 | 74 | 100 | 0 | 17 | 364 | 101 | 72 |
| Binary | 1011000 | 1001110 | 11011010 | 111100 | 1000000 | 0 | 1111 | 11110100 | 1000001 | 111010 |
Color Harmonies of #584EDA
Complementary color
Monochromatic Colors of #584EDA
Black with #584EDA
Text Example
Text Example
White with #584EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584EDA; }
p { color: rgb(88,78,218); }
H1.HeaderClassName
{
color: #584EDA;
}
.AnyTagClassName
{
color: #584EDA;
}
</style>
background-color css
<style>
a { background-color: #584EDA; }
a { background-color: rgb(88,78,218); }
div.DivClassName
{
background-color: #584EDA;
}
.BgClassName
{
background-color: #584EDA;
}
</style>
border-color css
<style>
span { border-color: #584EDA; }
span { border-color: rgb(88,78,218); }
td.TdClassName
{
border-color: #584EDA;
}
.TagClassName
{
border-color: #584EDA;
}
</style>