Shades of Rich Blue #595EAD
Tints of Rich Blue #595EAD
RGB
CMYK
RGB Variations
Color information
#595EAD (or 0x595EAD) is known color: Rich Blue. HEX triplet: 59, 5E and AD. RGB value is (89,94,173). Sum of RGB (Red+Green+Blue) = 89+94+173=356 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 173 - color contains mainly: blue. Hex color #595EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595EAD is #A6A152. Grayscale: #656565. Windows color (decimal): -10920275 or 11361881. OLE color: 11361881.
HSL color Cylindrical-coordinate representation of color #595EAD: hue angle of 236.43º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #595EAD is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 89 | 94 | 173 | - |
| CMYK | 0.49 | 0.46 | 0 | 0.32 |
| HSL | 236.43º | 0.34% | 0.51% | - |
| HSV(B) | 236.43º | 0.49% | 0.68% | - |
| XYZ | 15.67 | 13.15 | 41.25 | - |
| YUV | 101.51 | 168.34 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 94 | 173 | 0.49 | 0.46 | 0 | 0.32 | 236.43 | 0.34 | 0.51 |
| Hex | 59 | 5E | AD | 31 | 2E | 0 | 20 | EC | 22 | 33 |
| Octal | 131 | 136 | 255 | 61 | 56 | 0 | 40 | 354 | 42 | 63 |
| Binary | 1011001 | 1011110 | 10101101 | 110001 | 101110 | 0 | 100000 | 11101100 | 100010 | 110011 |
Color Harmonies of #595EAD
Complementary color
Monochromatic Colors of #595EAD
Black with #595EAD
Text Example
Text Example
White with #595EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595EAD; }
p { color: rgb(89,94,173); }
H1.HeaderClassName
{
color: #595EAD;
}
.AnyTagClassName
{
color: #595EAD;
}
</style>
background-color css
<style>
a { background-color: #595EAD; }
a { background-color: rgb(89,94,173); }
div.DivClassName
{
background-color: #595EAD;
}
.BgClassName
{
background-color: #595EAD;
}
</style>
border-color css
<style>
span { border-color: #595EAD; }
span { border-color: rgb(89,94,173); }
td.TdClassName
{
border-color: #595EAD;
}
.TagClassName
{
border-color: #595EAD;
}
</style>