Shades of Slate Blue #584CDD
Tints of Slate Blue #584CDD
RGB
CMYK
RGB Variations
Color information
#584CDD (or 0x584CDD) is known color: Slate Blue. HEX triplet: 58, 4C and DD. RGB value is (88,76,221). Sum of RGB (Red+Green+Blue) = 88+76+221=385 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.86% from 385); Green value is 76 (30.08% from 255 or 19.74% from 385); Blue value is 221 (86.72% from 255 or 57.40% from 385); Max value from RGB is 221 - color contains mainly: blue. Hex color #584CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584CDD is #A7B322. Grayscale: #5F5F5F. Windows color (decimal): -10990371 or 14503000. OLE color: 14503000.
HSL color Cylindrical-coordinate representation of color #584CDD: hue angle of 244.97º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #584CDD is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 76 | 221 | - |
| CMYK | 0.60 | 0.66 | 0 | 0.13 |
| HSL | 244.97º | 0.68% | 0.58% | - |
| HSV(B) | 244.97º | 0.66% | 0.87% | - |
| XYZ | 19.66 | 12.46 | 69.78 | - |
| YUV | 96.12 | 198.48 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 76 | 221 | 0.60 | 0.66 | 0 | 0.13 | 244.97 | 0.68 | 0.58 |
| Hex | 58 | 4C | DD | 3C | 42 | 0 | D | F5 | 44 | 3A |
| Octal | 130 | 114 | 335 | 74 | 102 | 0 | 15 | 365 | 104 | 72 |
| Binary | 1011000 | 1001100 | 11011101 | 111100 | 1000010 | 0 | 1101 | 11110101 | 1000100 | 111010 |
Color Harmonies of #584CDD
Complementary color
Monochromatic Colors of #584CDD
Black with #584CDD
Text Example
Text Example
White with #584CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584CDD; }
p { color: rgb(88,76,221); }
H1.HeaderClassName
{
color: #584CDD;
}
.AnyTagClassName
{
color: #584CDD;
}
</style>
background-color css
<style>
a { background-color: #584CDD; }
a { background-color: rgb(88,76,221); }
div.DivClassName
{
background-color: #584CDD;
}
.BgClassName
{
background-color: #584CDD;
}
</style>
border-color css
<style>
span { border-color: #584CDD; }
span { border-color: rgb(88,76,221); }
td.TdClassName
{
border-color: #584CDD;
}
.TagClassName
{
border-color: #584CDD;
}
</style>