Shades of Rich Blue #595CA2
Tints of Rich Blue #595CA2
RGB
CMYK
RGB Variations
Color information
#595CA2 (or 0x595CA2) is known color: Rich Blue. HEX triplet: 59, 5C and A2. RGB value is (89,92,162). Sum of RGB (Red+Green+Blue) = 89+92+162=343 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.95% from 343); Green value is 92 (36.33% from 255 or 26.82% from 343); Blue value is 162 (63.67% from 255 or 47.23% from 343); Max value from RGB is 162 - color contains mainly: blue. Hex color #595CA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595CA2 is #A6A35D. Grayscale: #626262. Windows color (decimal): -10920798 or 10640473. OLE color: 10640473.
HSL color Cylindrical-coordinate representation of color #595CA2: hue angle of 237.53º 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 #595CA2 is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 89 | 92 | 162 | - |
| CMYK | 0.45 | 0.43 | 0 | 0.36 |
| HSL | 237.53º | 0.29% | 0.49% | - |
| HSV(B) | 237.53º | 0.45% | 0.64% | - |
| XYZ | 14.47 | 12.39 | 35.81 | - |
| YUV | 99.08 | 163.51 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 162 | 0.45 | 0.43 | 0 | 0.36 | 237.53 | 0.29 | 0.49 |
| Hex | 59 | 5C | A2 | 2D | 2B | 0 | 24 | EE | 1D | 31 |
| Octal | 131 | 134 | 242 | 55 | 53 | 0 | 44 | 356 | 35 | 61 |
| Binary | 1011001 | 1011100 | 10100010 | 101101 | 101011 | 0 | 100100 | 11101110 | 11101 | 110001 |
Color Harmonies of #595CA2
Complementary color
Monochromatic Colors of #595CA2
Black with #595CA2
Text Example
Text Example
White with #595CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595CA2; }
p { color: rgb(89,92,162); }
H1.HeaderClassName
{
color: #595CA2;
}
.AnyTagClassName
{
color: #595CA2;
}
</style>
background-color css
<style>
a { background-color: #595CA2; }
a { background-color: rgb(89,92,162); }
div.DivClassName
{
background-color: #595CA2;
}
.BgClassName
{
background-color: #595CA2;
}
</style>
border-color css
<style>
span { border-color: #595CA2; }
span { border-color: rgb(89,92,162); }
td.TdClassName
{
border-color: #595CA2;
}
.TagClassName
{
border-color: #595CA2;
}
</style>