Shades of Rich Blue #595FA1
Tints of Rich Blue #595FA1
RGB
CMYK
RGB Variations
Color information
#595FA1 (or 0x595FA1) is known color: Rich Blue. HEX triplet: 59, 5F and A1. RGB value is (89,95,161). Sum of RGB (Red+Green+Blue) = 89+95+161=345 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.80% from 345); Green value is 95 (37.5% from 255 or 27.54% from 345); Blue value is 161 (63.28% from 255 or 46.67% from 345); Max value from RGB is 161 - color contains mainly: blue. Hex color #595FA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595FA1 is #A6A05E. Grayscale: #646464. Windows color (decimal): -10920031 or 10575705. OLE color: 10575705.
HSL color Cylindrical-coordinate representation of color #595FA1: hue angle of 235º 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 #595FA1 is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 89 | 95 | 161 | - |
| CMYK | 0.45 | 0.41 | 0 | 0.37 |
| HSL | 235º | 0.29% | 0.49% | - |
| HSV(B) | 235º | 0.45% | 0.63% | - |
| XYZ | 14.65 | 12.88 | 35.43 | - |
| YUV | 100.73 | 162.01 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 95 | 161 | 0.45 | 0.41 | 0 | 0.37 | 235 | 0.29 | 0.49 |
| Hex | 59 | 5F | A1 | 2D | 29 | 0 | 25 | EB | 1D | 31 |
| Octal | 131 | 137 | 241 | 55 | 51 | 0 | 45 | 353 | 35 | 61 |
| Binary | 1011001 | 1011111 | 10100001 | 101101 | 101001 | 0 | 100101 | 11101011 | 11101 | 110001 |
Color Harmonies of #595FA1
Complementary color
Monochromatic Colors of #595FA1
Black with #595FA1
Text Example
Text Example
White with #595FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595FA1; }
p { color: rgb(89,95,161); }
H1.HeaderClassName
{
color: #595FA1;
}
.AnyTagClassName
{
color: #595FA1;
}
</style>
background-color css
<style>
a { background-color: #595FA1; }
a { background-color: rgb(89,95,161); }
div.DivClassName
{
background-color: #595FA1;
}
.BgClassName
{
background-color: #595FA1;
}
</style>
border-color css
<style>
span { border-color: #595FA1; }
span { border-color: rgb(89,95,161); }
td.TdClassName
{
border-color: #595FA1;
}
.TagClassName
{
border-color: #595FA1;
}
</style>