Shades of Rich Blue #594DAC
Tints of Rich Blue #594DAC
RGB
CMYK
RGB Variations
Color information
#594DAC (or 0x594DAC) is known color: Rich Blue. HEX triplet: 59, 4D and AC. RGB value is (89,77,172). Sum of RGB (Red+Green+Blue) = 89+77+172=338 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.33% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 172 (67.58% from 255 or 50.89% from 338); Max value from RGB is 172 - color contains mainly: blue. Hex color #594DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #594DAC is #A6B253. Grayscale: #5B5B5B. Windows color (decimal): -10924628 or 11291993. OLE color: 11291993.
HSL color Cylindrical-coordinate representation of color #594DAC: hue angle of 247.58º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #594DAC is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 77 | 172 | - |
| CMYK | 0.48 | 0.55 | 0 | 0.33 |
| HSL | 247.58º | 0.38% | 0.49% | - |
| HSV(B) | 247.58º | 0.55% | 0.67% | - |
| XYZ | 14.22 | 10.41 | 40.29 | - |
| YUV | 91.42 | 173.48 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 172 | 0.48 | 0.55 | 0 | 0.33 | 247.58 | 0.38 | 0.49 |
| Hex | 59 | 4D | AC | 30 | 37 | 0 | 21 | F8 | 26 | 31 |
| Octal | 131 | 115 | 254 | 60 | 67 | 0 | 41 | 370 | 46 | 61 |
| Binary | 1011001 | 1001101 | 10101100 | 110000 | 110111 | 0 | 100001 | 11111000 | 100110 | 110001 |
Color Harmonies of #594DAC
Complementary color
Monochromatic Colors of #594DAC
Black with #594DAC
Text Example
Text Example
White with #594DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594DAC; }
p { color: rgb(89,77,172); }
H1.HeaderClassName
{
color: #594DAC;
}
.AnyTagClassName
{
color: #594DAC;
}
</style>
background-color css
<style>
a { background-color: #594DAC; }
a { background-color: rgb(89,77,172); }
div.DivClassName
{
background-color: #594DAC;
}
.BgClassName
{
background-color: #594DAC;
}
</style>
border-color css
<style>
span { border-color: #594DAC; }
span { border-color: rgb(89,77,172); }
td.TdClassName
{
border-color: #594DAC;
}
.TagClassName
{
border-color: #594DAC;
}
</style>