Shades of Rich Blue #595BA2
Tints of Rich Blue #595BA2
RGB
CMYK
RGB Variations
Color information
#595BA2 (or 0x595BA2) is known color: Rich Blue. HEX triplet: 59, 5B and A2. RGB value is (89,91,162). Sum of RGB (Red+Green+Blue) = 89+91+162=342 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.02% from 342); Green value is 91 (35.94% from 255 or 26.61% from 342); Blue value is 162 (63.67% from 255 or 47.37% from 342); Max value from RGB is 162 - color contains mainly: blue. Hex color #595BA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595BA2 is #A6A45D. Grayscale: #626262. Windows color (decimal): -10921054 or 10640217. OLE color: 10640217.
HSL color Cylindrical-coordinate representation of color #595BA2: hue angle of 238.36º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #595BA2 is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 89 | 91 | 162 | - |
| CMYK | 0.45 | 0.44 | 0 | 0.36 |
| HSL | 238.36º | 0.29% | 0.49% | - |
| HSV(B) | 238.36º | 0.45% | 0.64% | - |
| XYZ | 14.38 | 12.21 | 35.78 | - |
| YUV | 98.5 | 163.84 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 162 | 0.45 | 0.44 | 0 | 0.36 | 238.36 | 0.29 | 0.49 |
| Hex | 59 | 5B | A2 | 2D | 2C | 0 | 24 | EE | 1D | 31 |
| Octal | 131 | 133 | 242 | 55 | 54 | 0 | 44 | 356 | 35 | 61 |
| Binary | 1011001 | 1011011 | 10100010 | 101101 | 101100 | 0 | 100100 | 11101110 | 11101 | 110001 |
Color Harmonies of #595BA2
Complementary color
Monochromatic Colors of #595BA2
Black with #595BA2
Text Example
Text Example
White with #595BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595BA2; }
p { color: rgb(89,91,162); }
H1.HeaderClassName
{
color: #595BA2;
}
.AnyTagClassName
{
color: #595BA2;
}
</style>
background-color css
<style>
a { background-color: #595BA2; }
a { background-color: rgb(89,91,162); }
div.DivClassName
{
background-color: #595BA2;
}
.BgClassName
{
background-color: #595BA2;
}
</style>
border-color css
<style>
span { border-color: #595BA2; }
span { border-color: rgb(89,91,162); }
td.TdClassName
{
border-color: #595BA2;
}
.TagClassName
{
border-color: #595BA2;
}
</style>