Shades of Rich Blue #595EB2
Tints of Rich Blue #595EB2
RGB
CMYK
RGB Variations
Color information
#595EB2 (or 0x595EB2) is known color: Rich Blue. HEX triplet: 59, 5E and B2. RGB value is (89,94,178). Sum of RGB (Red+Green+Blue) = 89+94+178=361 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.65% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 178 (69.92% from 255 or 49.31% from 361); Max value from RGB is 178 - color contains mainly: blue. Hex color #595EB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595EB2 is #A6A14D. Grayscale: #656565. Windows color (decimal): -10920270 or 11689561. OLE color: 11689561.
HSL color Cylindrical-coordinate representation of color #595EB2: hue angle of 236.63º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #595EB2 is Cyan = 0.5, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 89 | 94 | 178 | - |
| CMYK | 0.5 | 0.47 | 0 | 0.30 |
| HSL | 236.63º | 0.37% | 0.52% | - |
| HSV(B) | 236.63º | 0.5% | 0.7% | - |
| XYZ | 16.16 | 13.34 | 43.84 | - |
| YUV | 102.08 | 170.84 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 94 | 178 | 0.5 | 0.47 | 0 | 0.30 | 236.63 | 0.37 | 0.52 |
| Hex | 59 | 5E | B2 | 32 | 2F | 0 | 1E | ED | 25 | 34 |
| Octal | 131 | 136 | 262 | 62 | 57 | 0 | 36 | 355 | 45 | 64 |
| Binary | 1011001 | 1011110 | 10110010 | 110010 | 101111 | 0 | 11110 | 11101101 | 100101 | 110100 |
Color Harmonies of #595EB2
Complementary color
Monochromatic Colors of #595EB2
Black with #595EB2
Text Example
Text Example
White with #595EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595EB2; }
p { color: rgb(89,94,178); }
H1.HeaderClassName
{
color: #595EB2;
}
.AnyTagClassName
{
color: #595EB2;
}
</style>
background-color css
<style>
a { background-color: #595EB2; }
a { background-color: rgb(89,94,178); }
div.DivClassName
{
background-color: #595EB2;
}
.BgClassName
{
background-color: #595EB2;
}
</style>
border-color css
<style>
span { border-color: #595EB2; }
span { border-color: rgb(89,94,178); }
td.TdClassName
{
border-color: #595EB2;
}
.TagClassName
{
border-color: #595EB2;
}
</style>