Shades of Slate Blue #584CE2
Tints of Slate Blue #584CE2
RGB
CMYK
RGB Variations
Color information
#584CE2 (or 0x584CE2) is known color: Slate Blue. HEX triplet: 58, 4C and E2. RGB value is (88,76,226). Sum of RGB (Red+Green+Blue) = 88+76+226=390 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.56% from 390); Green value is 76 (30.08% from 255 or 19.49% from 390); Blue value is 226 (88.67% from 255 or 57.95% from 390); Max value from RGB is 226 - color contains mainly: blue. Hex color #584CE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #584CE2 is #A7B31D. Grayscale: #606060. Windows color (decimal): -10990366 or 14830680. OLE color: 14830680.
HSL color Cylindrical-coordinate representation of color #584CE2: hue angle of 244.8º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #584CE2 is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 88 | 76 | 226 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.11 |
| HSL | 244.8º | 0.72% | 0.59% | - |
| HSV(B) | 244.8º | 0.66% | 0.89% | - |
| XYZ | 20.34 | 12.73 | 73.34 | - |
| YUV | 96.69 | 200.98 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 76 | 226 | 0.61 | 0.66 | 0 | 0.11 | 244.8 | 0.72 | 0.59 |
| Hex | 58 | 4C | E2 | 3D | 42 | 0 | B | F5 | 48 | 3B |
| Octal | 130 | 114 | 342 | 75 | 102 | 0 | 13 | 365 | 110 | 73 |
| Binary | 1011000 | 1001100 | 11100010 | 111101 | 1000010 | 0 | 1011 | 11110101 | 1001000 | 111011 |
Color Harmonies of #584CE2
Complementary color
Monochromatic Colors of #584CE2
Black with #584CE2
Text Example
Text Example
White with #584CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #584CE2; }
p { color: rgb(88,76,226); }
H1.HeaderClassName
{
color: #584CE2;
}
.AnyTagClassName
{
color: #584CE2;
}
</style>
background-color css
<style>
a { background-color: #584CE2; }
a { background-color: rgb(88,76,226); }
div.DivClassName
{
background-color: #584CE2;
}
.BgClassName
{
background-color: #584CE2;
}
</style>
border-color css
<style>
span { border-color: #584CE2; }
span { border-color: rgb(88,76,226); }
td.TdClassName
{
border-color: #584CE2;
}
.TagClassName
{
border-color: #584CE2;
}
</style>