Shades of Rich Blue #595EBB
Tints of Rich Blue #595EBB
RGB
CMYK
RGB Variations
Color information
#595EBB (or 0x595EBB) is known color: Rich Blue. HEX triplet: 59, 5E and BB. RGB value is (89,94,187). Sum of RGB (Red+Green+Blue) = 89+94+187=370 (49% of max value = 765). Red value is 89 (35.16% from 255 or 24.05% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #595EBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595EBB is #A6A144. Grayscale: #666666. Windows color (decimal): -10920261 or 12279385. OLE color: 12279385.
HSL color Cylindrical-coordinate representation of color #595EBB: hue angle of 236.94º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #595EBB is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 94 | 187 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.27 |
| HSL | 236.94º | 0.42% | 0.54% | - |
| HSV(B) | 236.94º | 0.52% | 0.73% | - |
| XYZ | 17.09 | 13.72 | 48.76 | - |
| YUV | 103.11 | 175.34 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 94 | 187 | 0.52 | 0.50 | 0 | 0.27 | 236.94 | 0.42 | 0.54 |
| Hex | 59 | 5E | BB | 34 | 32 | 0 | 1B | ED | 2A | 36 |
| Octal | 131 | 136 | 273 | 64 | 62 | 0 | 33 | 355 | 52 | 66 |
| Binary | 1011001 | 1011110 | 10111011 | 110100 | 110010 | 0 | 11011 | 11101101 | 101010 | 110110 |
Color Harmonies of #595EBB
Complementary color
Monochromatic Colors of #595EBB
Black with #595EBB
Text Example
Text Example
White with #595EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595EBB; }
p { color: rgb(89,94,187); }
H1.HeaderClassName
{
color: #595EBB;
}
.AnyTagClassName
{
color: #595EBB;
}
</style>
background-color css
<style>
a { background-color: #595EBB; }
a { background-color: rgb(89,94,187); }
div.DivClassName
{
background-color: #595EBB;
}
.BgClassName
{
background-color: #595EBB;
}
</style>
border-color css
<style>
span { border-color: #595EBB; }
span { border-color: rgb(89,94,187); }
td.TdClassName
{
border-color: #595EBB;
}
.TagClassName
{
border-color: #595EBB;
}
</style>