Shades of Slate Blue #584CD5
Tints of Slate Blue #584CD5
RGB
CMYK
RGB Variations
Color information
#584CD5 (or 0x584CD5) is known color: Slate Blue. HEX triplet: 58, 4C and D5. RGB value is (88,76,213). Sum of RGB (Red+Green+Blue) = 88+76+213=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 76 (30.08% from 255 or 20.16% from 377); Blue value is 213 (83.59% from 255 or 56.50% from 377); Max value from RGB is 213 - color contains mainly: blue. Hex color #584CD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584CD5 is #A7B32A. Grayscale: #5E5E5E. Windows color (decimal): -10990379 or 13978712. OLE color: 13978712.
HSL color Cylindrical-coordinate representation of color #584CD5: hue angle of 245.26º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #584CD5 is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 88 | 76 | 213 | - |
| CMYK | 0.59 | 0.64 | 0 | 0.16 |
| HSL | 245.26º | 0.62% | 0.57% | - |
| HSV(B) | 245.26º | 0.64% | 0.84% | - |
| XYZ | 18.62 | 12.05 | 64.29 | - |
| YUV | 95.21 | 194.48 | 122.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 76 | 213 | 0.59 | 0.64 | 0 | 0.16 | 245.26 | 0.62 | 0.57 |
| Hex | 58 | 4C | D5 | 3B | 40 | 0 | 10 | F5 | 3E | 39 |
| Octal | 130 | 114 | 325 | 73 | 100 | 0 | 20 | 365 | 76 | 71 |
| Binary | 1011000 | 1001100 | 11010101 | 111011 | 1000000 | 0 | 10000 | 11110101 | 111110 | 111001 |
Color Harmonies of #584CD5
Complementary color
Monochromatic Colors of #584CD5
Black with #584CD5
Text Example
Text Example
White with #584CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584CD5; }
p { color: rgb(88,76,213); }
H1.HeaderClassName
{
color: #584CD5;
}
.AnyTagClassName
{
color: #584CD5;
}
</style>
background-color css
<style>
a { background-color: #584CD5; }
a { background-color: rgb(88,76,213); }
div.DivClassName
{
background-color: #584CD5;
}
.BgClassName
{
background-color: #584CD5;
}
</style>
border-color css
<style>
span { border-color: #584CD5; }
span { border-color: rgb(88,76,213); }
td.TdClassName
{
border-color: #584CD5;
}
.TagClassName
{
border-color: #584CD5;
}
</style>