Shades of Slate Blue #584ECC
Tints of Slate Blue #584ECC
RGB
CMYK
RGB Variations
Color information
#584ECC (or 0x584ECC) is known color: Slate Blue. HEX triplet: 58, 4E and CC. RGB value is (88,78,204). Sum of RGB (Red+Green+Blue) = 88+78+204=370 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.78% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #584ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #584ECC is #A7B133. Grayscale: #5E5E5E. Windows color (decimal): -10989876 or 13389400. OLE color: 13389400.
HSL color Cylindrical-coordinate representation of color #584ECC: hue angle of 244.76º 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 #584ECC is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 88 | 78 | 204 | - |
| CMYK | 0.57 | 0.62 | 0 | 0.2 |
| HSL | 244.76º | 0.55% | 0.55% | - |
| HSV(B) | 244.76º | 0.62% | 0.8% | - |
| XYZ | 17.65 | 11.88 | 58.49 | - |
| YUV | 95.35 | 189.31 | 122.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 78 | 204 | 0.57 | 0.62 | 0 | 0.2 | 244.76 | 0.55 | 0.55 |
| Hex | 58 | 4E | CC | 39 | 3E | 0 | 14 | F5 | 37 | 37 |
| Octal | 130 | 116 | 314 | 71 | 76 | 0 | 24 | 365 | 67 | 67 |
| Binary | 1011000 | 1001110 | 11001100 | 111001 | 111110 | 0 | 10100 | 11110101 | 110111 | 110111 |
Color Harmonies of #584ECC
Complementary color
Monochromatic Colors of #584ECC
Black with #584ECC
Text Example
Text Example
White with #584ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584ECC; }
p { color: rgb(88,78,204); }
H1.HeaderClassName
{
color: #584ECC;
}
.AnyTagClassName
{
color: #584ECC;
}
</style>
background-color css
<style>
a { background-color: #584ECC; }
a { background-color: rgb(88,78,204); }
div.DivClassName
{
background-color: #584ECC;
}
.BgClassName
{
background-color: #584ECC;
}
</style>
border-color css
<style>
span { border-color: #584ECC; }
span { border-color: rgb(88,78,204); }
td.TdClassName
{
border-color: #584ECC;
}
.TagClassName
{
border-color: #584ECC;
}
</style>