Shades of Slate Blue #584DCC
Tints of Slate Blue #584DCC
RGB
CMYK
RGB Variations
Color information
#584DCC (or 0x584DCC) is known color: Slate Blue. HEX triplet: 58, 4D and CC. RGB value is (88,77,204). Sum of RGB (Red+Green+Blue) = 88+77+204=369 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.85% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #584DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #584DCC is #A7B233. Grayscale: #5E5E5E. Windows color (decimal): -10990132 or 13389144. OLE color: 13389144.
HSL color Cylindrical-coordinate representation of color #584DCC: hue angle of 245.2º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #584DCC is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 88 | 77 | 204 | - |
| CMYK | 0.57 | 0.62 | 0 | 0.2 |
| HSL | 245.2º | 0.55% | 0.55% | - |
| HSV(B) | 245.2º | 0.62% | 0.8% | - |
| XYZ | 17.58 | 11.74 | 58.47 | - |
| YUV | 94.77 | 189.64 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 77 | 204 | 0.57 | 0.62 | 0 | 0.2 | 245.2 | 0.55 | 0.55 |
| Hex | 58 | 4D | CC | 39 | 3E | 0 | 14 | F5 | 37 | 37 |
| Octal | 130 | 115 | 314 | 71 | 76 | 0 | 24 | 365 | 67 | 67 |
| Binary | 1011000 | 1001101 | 11001100 | 111001 | 111110 | 0 | 10100 | 11110101 | 110111 | 110111 |
Color Harmonies of #584DCC
Complementary color
Monochromatic Colors of #584DCC
Black with #584DCC
Text Example
Text Example
White with #584DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584DCC; }
p { color: rgb(88,77,204); }
H1.HeaderClassName
{
color: #584DCC;
}
.AnyTagClassName
{
color: #584DCC;
}
</style>
background-color css
<style>
a { background-color: #584DCC; }
a { background-color: rgb(88,77,204); }
div.DivClassName
{
background-color: #584DCC;
}
.BgClassName
{
background-color: #584DCC;
}
</style>
border-color css
<style>
span { border-color: #584DCC; }
span { border-color: rgb(88,77,204); }
td.TdClassName
{
border-color: #584DCC;
}
.TagClassName
{
border-color: #584DCC;
}
</style>