Shades of Slate Blue #584DDA
Tints of Slate Blue #584DDA
RGB
CMYK
RGB Variations
Color information
#584DDA (or 0x584DDA) is known color: Slate Blue. HEX triplet: 58, 4D and DA. RGB value is (88,77,218). Sum of RGB (Red+Green+Blue) = 88+77+218=383 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.98% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 218 (85.55% from 255 or 56.92% from 383); Max value from RGB is 218 - color contains mainly: blue. Hex color #584DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #584DDA is #A7B225. Grayscale: #5F5F5F. Windows color (decimal): -10990118 or 14306648. OLE color: 14306648.
HSL color Cylindrical-coordinate representation of color #584DDA: hue angle of 244.68º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #584DDA is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 88 | 77 | 218 | - |
| CMYK | 0.60 | 0.65 | 0 | 0.15 |
| HSL | 244.68º | 0.66% | 0.58% | - |
| HSV(B) | 244.68º | 0.65% | 0.85% | - |
| XYZ | 19.33 | 12.44 | 67.71 | - |
| YUV | 96.36 | 196.64 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 77 | 218 | 0.60 | 0.65 | 0 | 0.15 | 244.68 | 0.66 | 0.58 |
| Hex | 58 | 4D | DA | 3C | 41 | 0 | F | F5 | 42 | 3A |
| Octal | 130 | 115 | 332 | 74 | 101 | 0 | 17 | 365 | 102 | 72 |
| Binary | 1011000 | 1001101 | 11011010 | 111100 | 1000001 | 0 | 1111 | 11110101 | 1000010 | 111010 |
Color Harmonies of #584DDA
Complementary color
Monochromatic Colors of #584DDA
Black with #584DDA
Text Example
Text Example
White with #584DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584DDA; }
p { color: rgb(88,77,218); }
H1.HeaderClassName
{
color: #584DDA;
}
.AnyTagClassName
{
color: #584DDA;
}
</style>
background-color css
<style>
a { background-color: #584DDA; }
a { background-color: rgb(88,77,218); }
div.DivClassName
{
background-color: #584DDA;
}
.BgClassName
{
background-color: #584DDA;
}
</style>
border-color css
<style>
span { border-color: #584DDA; }
span { border-color: rgb(88,77,218); }
td.TdClassName
{
border-color: #584DDA;
}
.TagClassName
{
border-color: #584DDA;
}
</style>