Shades of Rich Blue #595BA1
Tints of Rich Blue #595BA1
RGB
CMYK
RGB Variations
Color information
#595BA1 (or 0x595BA1) is known color: Rich Blue. HEX triplet: 59, 5B and A1. RGB value is (89,91,161). Sum of RGB (Red+Green+Blue) = 89+91+161=341 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.10% from 341); Green value is 91 (35.94% from 255 or 26.69% from 341); Blue value is 161 (63.28% from 255 or 47.21% from 341); Max value from RGB is 161 - color contains mainly: blue. Hex color #595BA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595BA1 is #A6A45E. Grayscale: #626262. Windows color (decimal): -10921055 or 10574681. OLE color: 10574681.
HSL color Cylindrical-coordinate representation of color #595BA1: hue angle of 238.33º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #595BA1 is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 89 | 91 | 161 | - |
| CMYK | 0.45 | 0.43 | 0 | 0.37 |
| HSL | 238.33º | 0.29% | 0.49% | - |
| HSV(B) | 238.33º | 0.45% | 0.63% | - |
| XYZ | 14.29 | 12.18 | 35.32 | - |
| YUV | 98.38 | 163.34 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 161 | 0.45 | 0.43 | 0 | 0.37 | 238.33 | 0.29 | 0.49 |
| Hex | 59 | 5B | A1 | 2D | 2B | 0 | 25 | EE | 1D | 31 |
| Octal | 131 | 133 | 241 | 55 | 53 | 0 | 45 | 356 | 35 | 61 |
| Binary | 1011001 | 1011011 | 10100001 | 101101 | 101011 | 0 | 100101 | 11101110 | 11101 | 110001 |
Color Harmonies of #595BA1
Complementary color
Monochromatic Colors of #595BA1
Black with #595BA1
Text Example
Text Example
White with #595BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595BA1; }
p { color: rgb(89,91,161); }
H1.HeaderClassName
{
color: #595BA1;
}
.AnyTagClassName
{
color: #595BA1;
}
</style>
background-color css
<style>
a { background-color: #595BA1; }
a { background-color: rgb(89,91,161); }
div.DivClassName
{
background-color: #595BA1;
}
.BgClassName
{
background-color: #595BA1;
}
</style>
border-color css
<style>
span { border-color: #595BA1; }
span { border-color: rgb(89,91,161); }
td.TdClassName
{
border-color: #595BA1;
}
.TagClassName
{
border-color: #595BA1;
}
</style>