Shades of Rich Blue #595AB9
Tints of Rich Blue #595AB9
RGB
CMYK
RGB Variations
Color information
#595AB9 (or 0x595AB9) is known color: Rich Blue. HEX triplet: 59, 5A and B9. RGB value is (89,90,185). Sum of RGB (Red+Green+Blue) = 89+90+185=364 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.45% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 185 (72.66% from 255 or 50.82% from 364); Max value from RGB is 185 - color contains mainly: blue. Hex color #595AB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595AB9 is #A6A546. Grayscale: #646464. Windows color (decimal): -10921287 or 12147289. OLE color: 12147289.
HSL color Cylindrical-coordinate representation of color #595AB9: hue angle of 239.38º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #595AB9 is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 90 | 185 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.27 |
| HSL | 239.38º | 0.41% | 0.54% | - |
| HSV(B) | 239.38º | 0.52% | 0.73% | - |
| XYZ | 16.53 | 12.94 | 47.53 | - |
| YUV | 100.53 | 175.67 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 90 | 185 | 0.52 | 0.51 | 0 | 0.27 | 239.38 | 0.41 | 0.54 |
| Hex | 59 | 5A | B9 | 34 | 33 | 0 | 1B | EF | 29 | 36 |
| Octal | 131 | 132 | 271 | 64 | 63 | 0 | 33 | 357 | 51 | 66 |
| Binary | 1011001 | 1011010 | 10111001 | 110100 | 110011 | 0 | 11011 | 11101111 | 101001 | 110110 |
Color Harmonies of #595AB9
Complementary color
Monochromatic Colors of #595AB9
Black with #595AB9
Text Example
Text Example
White with #595AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595AB9; }
p { color: rgb(89,90,185); }
H1.HeaderClassName
{
color: #595AB9;
}
.AnyTagClassName
{
color: #595AB9;
}
</style>
background-color css
<style>
a { background-color: #595AB9; }
a { background-color: rgb(89,90,185); }
div.DivClassName
{
background-color: #595AB9;
}
.BgClassName
{
background-color: #595AB9;
}
</style>
border-color css
<style>
span { border-color: #595AB9; }
span { border-color: rgb(89,90,185); }
td.TdClassName
{
border-color: #595AB9;
}
.TagClassName
{
border-color: #595AB9;
}
</style>