Shades of Rich Blue #595EAC
Tints of Rich Blue #595EAC
RGB
CMYK
RGB Variations
Color information
#595EAC (or 0x595EAC) is known color: Rich Blue. HEX triplet: 59, 5E and AC. RGB value is (89,94,172). Sum of RGB (Red+Green+Blue) = 89+94+172=355 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25.07% from 355); Green value is 94 (37.11% from 255 or 26.48% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 172 - color contains mainly: blue. Hex color #595EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595EAC is #A6A153. Grayscale: #656565. Windows color (decimal): -10920276 or 11296345. OLE color: 11296345.
HSL color Cylindrical-coordinate representation of color #595EAC: hue angle of 236.39º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #595EAC is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 94 | 172 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.33 |
| HSL | 236.39º | 0.33% | 0.51% | - |
| HSV(B) | 236.39º | 0.48% | 0.67% | - |
| XYZ | 15.57 | 13.11 | 40.74 | - |
| YUV | 101.4 | 167.84 | 119.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 94 | 172 | 0.48 | 0.45 | 0 | 0.33 | 236.39 | 0.33 | 0.51 |
| Hex | 59 | 5E | AC | 30 | 2D | 0 | 21 | EC | 21 | 33 |
| Octal | 131 | 136 | 254 | 60 | 55 | 0 | 41 | 354 | 41 | 63 |
| Binary | 1011001 | 1011110 | 10101100 | 110000 | 101101 | 0 | 100001 | 11101100 | 100001 | 110011 |
Color Harmonies of #595EAC
Complementary color
Monochromatic Colors of #595EAC
Black with #595EAC
Text Example
Text Example
White with #595EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595EAC; }
p { color: rgb(89,94,172); }
H1.HeaderClassName
{
color: #595EAC;
}
.AnyTagClassName
{
color: #595EAC;
}
</style>
background-color css
<style>
a { background-color: #595EAC; }
a { background-color: rgb(89,94,172); }
div.DivClassName
{
background-color: #595EAC;
}
.BgClassName
{
background-color: #595EAC;
}
</style>
border-color css
<style>
span { border-color: #595EAC; }
span { border-color: rgb(89,94,172); }
td.TdClassName
{
border-color: #595EAC;
}
.TagClassName
{
border-color: #595EAC;
}
</style>