Shades of Slate Blue #594DE2
Tints of Slate Blue #594DE2
RGB
CMYK
RGB Variations
Color information
#594DE2 (or 0x594DE2) is known color: Slate Blue. HEX triplet: 59, 4D and E2. RGB value is (89,77,226). Sum of RGB (Red+Green+Blue) = 89+77+226=392 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.70% from 392); Green value is 77 (30.47% from 255 or 19.64% from 392); Blue value is 226 (88.67% from 255 or 57.65% from 392); Max value from RGB is 226 - color contains mainly: blue. Hex color #594DE2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594DE2 is #A6B21D. Grayscale: #606060. Windows color (decimal): -10924574 or 14830937. OLE color: 14830937.
HSL color Cylindrical-coordinate representation of color #594DE2: hue angle of 244.83º 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 #594DE2 is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 89 | 77 | 226 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.11 |
| HSL | 244.83º | 0.72% | 0.59% | - |
| HSV(B) | 244.83º | 0.66% | 0.89% | - |
| XYZ | 20.5 | 12.92 | 73.37 | - |
| YUV | 97.57 | 200.48 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 226 | 0.61 | 0.66 | 0 | 0.11 | 244.83 | 0.72 | 0.59 |
| Hex | 59 | 4D | E2 | 3D | 42 | 0 | B | F5 | 48 | 3B |
| Octal | 131 | 115 | 342 | 75 | 102 | 0 | 13 | 365 | 110 | 73 |
| Binary | 1011001 | 1001101 | 11100010 | 111101 | 1000010 | 0 | 1011 | 11110101 | 1001000 | 111011 |
Color Harmonies of #594DE2
Complementary color
Monochromatic Colors of #594DE2
Black with #594DE2
Text Example
Text Example
White with #594DE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594DE2; }
p { color: rgb(89,77,226); }
H1.HeaderClassName
{
color: #594DE2;
}
.AnyTagClassName
{
color: #594DE2;
}
</style>
background-color css
<style>
a { background-color: #594DE2; }
a { background-color: rgb(89,77,226); }
div.DivClassName
{
background-color: #594DE2;
}
.BgClassName
{
background-color: #594DE2;
}
</style>
border-color css
<style>
span { border-color: #594DE2; }
span { border-color: rgb(89,77,226); }
td.TdClassName
{
border-color: #594DE2;
}
.TagClassName
{
border-color: #594DE2;
}
</style>