Shades of Rich Blue #595BAE
Tints of Rich Blue #595BAE
RGB
CMYK
RGB Variations
Color information
#595BAE (or 0x595BAE) is known color: Rich Blue. HEX triplet: 59, 5B and AE. RGB value is (89,91,174). Sum of RGB (Red+Green+Blue) = 89+91+174=354 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.14% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #595BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595BAE is #A6A451. Grayscale: #636363. Windows color (decimal): -10921042 or 11426649. OLE color: 11426649.
HSL color Cylindrical-coordinate representation of color #595BAE: hue angle of 238.59º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #595BAE is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 89 | 91 | 174 | - |
| CMYK | 0.49 | 0.48 | 0 | 0.32 |
| HSL | 238.59º | 0.34% | 0.52% | - |
| HSV(B) | 238.59º | 0.49% | 0.68% | - |
| XYZ | 15.5 | 12.66 | 41.67 | - |
| YUV | 99.86 | 169.84 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 174 | 0.49 | 0.48 | 0 | 0.32 | 238.59 | 0.34 | 0.52 |
| Hex | 59 | 5B | AE | 31 | 30 | 0 | 20 | EF | 22 | 34 |
| Octal | 131 | 133 | 256 | 61 | 60 | 0 | 40 | 357 | 42 | 64 |
| Binary | 1011001 | 1011011 | 10101110 | 110001 | 110000 | 0 | 100000 | 11101111 | 100010 | 110100 |
Color Harmonies of #595BAE
Complementary color
Monochromatic Colors of #595BAE
Black with #595BAE
Text Example
Text Example
White with #595BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595BAE; }
p { color: rgb(89,91,174); }
H1.HeaderClassName
{
color: #595BAE;
}
.AnyTagClassName
{
color: #595BAE;
}
</style>
background-color css
<style>
a { background-color: #595BAE; }
a { background-color: rgb(89,91,174); }
div.DivClassName
{
background-color: #595BAE;
}
.BgClassName
{
background-color: #595BAE;
}
</style>
border-color css
<style>
span { border-color: #595BAE; }
span { border-color: rgb(89,91,174); }
td.TdClassName
{
border-color: #595BAE;
}
.TagClassName
{
border-color: #595BAE;
}
</style>