Shades of Slate Blue #594DC7
Tints of Slate Blue #594DC7
RGB
CMYK
RGB Variations
Color information
#594DC7 (or 0x594DC7) is known color: Slate Blue. HEX triplet: 59, 4D and C7. RGB value is (89,77,199). Sum of RGB (Red+Green+Blue) = 89+77+199=365 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.38% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 199 (78.12% from 255 or 54.52% from 365); Max value from RGB is 199 - color contains mainly: blue. Hex color #594DC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594DC7 is #A6B238. Grayscale: #5E5E5E. Windows color (decimal): -10924601 or 13061465. OLE color: 13061465.
HSL color Cylindrical-coordinate representation of color #594DC7: hue angle of 245.9º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #594DC7 is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 89 | 77 | 199 | - |
| CMYK | 0.55 | 0.61 | 0 | 0.22 |
| HSL | 245.9º | 0.52% | 0.54% | - |
| HSV(B) | 245.9º | 0.61% | 0.78% | - |
| XYZ | 17.08 | 11.56 | 55.36 | - |
| YUV | 94.5 | 186.98 | 124.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 199 | 0.55 | 0.61 | 0 | 0.22 | 245.9 | 0.52 | 0.54 |
| Hex | 59 | 4D | C7 | 37 | 3D | 0 | 16 | F6 | 34 | 36 |
| Octal | 131 | 115 | 307 | 67 | 75 | 0 | 26 | 366 | 64 | 66 |
| Binary | 1011001 | 1001101 | 11000111 | 110111 | 111101 | 0 | 10110 | 11110110 | 110100 | 110110 |
Color Harmonies of #594DC7
Complementary color
Monochromatic Colors of #594DC7
Black with #594DC7
Text Example
Text Example
White with #594DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594DC7; }
p { color: rgb(89,77,199); }
H1.HeaderClassName
{
color: #594DC7;
}
.AnyTagClassName
{
color: #594DC7;
}
</style>
background-color css
<style>
a { background-color: #594DC7; }
a { background-color: rgb(89,77,199); }
div.DivClassName
{
background-color: #594DC7;
}
.BgClassName
{
background-color: #594DC7;
}
</style>
border-color css
<style>
span { border-color: #594DC7; }
span { border-color: rgb(89,77,199); }
td.TdClassName
{
border-color: #594DC7;
}
.TagClassName
{
border-color: #594DC7;
}
</style>