Shades of Rich Blue #595AA8
Tints of Rich Blue #595AA8
RGB
CMYK
RGB Variations
Color information
#595AA8 (or 0x595AA8) is known color: Rich Blue. HEX triplet: 59, 5A and A8. RGB value is (89,90,168). Sum of RGB (Red+Green+Blue) = 89+90+168=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 168 (66.02% from 255 or 48.41% from 347); Max value from RGB is 168 - color contains mainly: blue. Hex color #595AA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595AA8 is #A6A557. Grayscale: #626262. Windows color (decimal): -10921304 or 11033177. OLE color: 11033177.
HSL color Cylindrical-coordinate representation of color #595AA8: hue angle of 239.24º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #595AA8 is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 89 | 90 | 168 | - |
| CMYK | 0.47 | 0.46 | 0 | 0.34 |
| HSL | 239.24º | 0.31% | 0.5% | - |
| HSV(B) | 239.24º | 0.47% | 0.66% | - |
| XYZ | 14.84 | 12.26 | 38.63 | - |
| YUV | 98.59 | 167.17 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 90 | 168 | 0.47 | 0.46 | 0 | 0.34 | 239.24 | 0.31 | 0.5 |
| Hex | 59 | 5A | A8 | 2F | 2E | 0 | 22 | EF | 1F | 32 |
| Octal | 131 | 132 | 250 | 57 | 56 | 0 | 42 | 357 | 37 | 62 |
| Binary | 1011001 | 1011010 | 10101000 | 101111 | 101110 | 0 | 100010 | 11101111 | 11111 | 110010 |
Color Harmonies of #595AA8
Complementary color
Monochromatic Colors of #595AA8
Black with #595AA8
Text Example
Text Example
White with #595AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595AA8; }
p { color: rgb(89,90,168); }
H1.HeaderClassName
{
color: #595AA8;
}
.AnyTagClassName
{
color: #595AA8;
}
</style>
background-color css
<style>
a { background-color: #595AA8; }
a { background-color: rgb(89,90,168); }
div.DivClassName
{
background-color: #595AA8;
}
.BgClassName
{
background-color: #595AA8;
}
</style>
border-color css
<style>
span { border-color: #595AA8; }
span { border-color: rgb(89,90,168); }
td.TdClassName
{
border-color: #595AA8;
}
.TagClassName
{
border-color: #595AA8;
}
</style>