Shades of Rich Blue #595DB9
Tints of Rich Blue #595DB9
RGB
CMYK
RGB Variations
Color information
#595DB9 (or 0x595DB9) is known color: Rich Blue. HEX triplet: 59, 5D and B9. RGB value is (89,93,185). Sum of RGB (Red+Green+Blue) = 89+93+185=367 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.25% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 185 (72.66% from 255 or 50.41% from 367); Max value from RGB is 185 - color contains mainly: blue. Hex color #595DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595DB9 is #A6A246. Grayscale: #656565. Windows color (decimal): -10920519 or 12148057. OLE color: 12148057.
HSL color Cylindrical-coordinate representation of color #595DB9: hue angle of 237.5º degrees, saturation: 0.41, 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 #595DB9 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 93 | 185 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.27 |
| HSL | 237.5º | 0.41% | 0.54% | - |
| HSV(B) | 237.5º | 0.52% | 0.73% | - |
| XYZ | 16.79 | 13.46 | 47.61 | - |
| YUV | 102.29 | 174.67 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 185 | 0.52 | 0.50 | 0 | 0.27 | 237.5 | 0.41 | 0.54 |
| Hex | 59 | 5D | B9 | 34 | 32 | 0 | 1B | EE | 29 | 36 |
| Octal | 131 | 135 | 271 | 64 | 62 | 0 | 33 | 356 | 51 | 66 |
| Binary | 1011001 | 1011101 | 10111001 | 110100 | 110010 | 0 | 11011 | 11101110 | 101001 | 110110 |
Color Harmonies of #595DB9
Complementary color
Monochromatic Colors of #595DB9
Black with #595DB9
Text Example
Text Example
White with #595DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595DB9; }
p { color: rgb(89,93,185); }
H1.HeaderClassName
{
color: #595DB9;
}
.AnyTagClassName
{
color: #595DB9;
}
</style>
background-color css
<style>
a { background-color: #595DB9; }
a { background-color: rgb(89,93,185); }
div.DivClassName
{
background-color: #595DB9;
}
.BgClassName
{
background-color: #595DB9;
}
</style>
border-color css
<style>
span { border-color: #595DB9; }
span { border-color: rgb(89,93,185); }
td.TdClassName
{
border-color: #595DB9;
}
.TagClassName
{
border-color: #595DB9;
}
</style>