Shades of Rich Blue #595AB5
Tints of Rich Blue #595AB5
RGB
CMYK
RGB Variations
Color information
#595AB5 (or 0x595AB5) is known color: Rich Blue. HEX triplet: 59, 5A and B5. RGB value is (89,90,181). Sum of RGB (Red+Green+Blue) = 89+90+181=360 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.72% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 181 (71.09% from 255 or 50.28% from 360); Max value from RGB is 181 - color contains mainly: blue. Hex color #595AB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595AB5 is #A6A54A. Grayscale: #636363. Windows color (decimal): -10921291 or 11885145. OLE color: 11885145.
HSL color Cylindrical-coordinate representation of color #595AB5: hue angle of 239.35º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #595AB5 is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 89 | 90 | 181 | - |
| CMYK | 0.51 | 0.50 | 0 | 0.29 |
| HSL | 239.35º | 0.38% | 0.53% | - |
| HSV(B) | 239.35º | 0.51% | 0.71% | - |
| XYZ | 16.12 | 12.77 | 45.33 | - |
| YUV | 100.08 | 173.67 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 90 | 181 | 0.51 | 0.50 | 0 | 0.29 | 239.35 | 0.38 | 0.53 |
| Hex | 59 | 5A | B5 | 33 | 32 | 0 | 1D | EF | 26 | 35 |
| Octal | 131 | 132 | 265 | 63 | 62 | 0 | 35 | 357 | 46 | 65 |
| Binary | 1011001 | 1011010 | 10110101 | 110011 | 110010 | 0 | 11101 | 11101111 | 100110 | 110101 |
Color Harmonies of #595AB5
Complementary color
Monochromatic Colors of #595AB5
Black with #595AB5
Text Example
Text Example
White with #595AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595AB5; }
p { color: rgb(89,90,181); }
H1.HeaderClassName
{
color: #595AB5;
}
.AnyTagClassName
{
color: #595AB5;
}
</style>
background-color css
<style>
a { background-color: #595AB5; }
a { background-color: rgb(89,90,181); }
div.DivClassName
{
background-color: #595AB5;
}
.BgClassName
{
background-color: #595AB5;
}
</style>
border-color css
<style>
span { border-color: #595AB5; }
span { border-color: rgb(89,90,181); }
td.TdClassName
{
border-color: #595AB5;
}
.TagClassName
{
border-color: #595AB5;
}
</style>