Shades of Rich Blue #595DA6
Tints of Rich Blue #595DA6
RGB
CMYK
RGB Variations
Color information
#595DA6 (or 0x595DA6) is known color: Rich Blue. HEX triplet: 59, 5D and A6. RGB value is (89,93,166). Sum of RGB (Red+Green+Blue) = 89+93+166=348 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.57% from 348); Green value is 93 (36.72% from 255 or 26.72% from 348); Blue value is 166 (65.23% from 255 or 47.70% from 348); Max value from RGB is 166 - color contains mainly: blue. Hex color #595DA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595DA6 is #A6A259. Grayscale: #636363. Windows color (decimal): -10920538 or 10902873. OLE color: 10902873.
HSL color Cylindrical-coordinate representation of color #595DA6: hue angle of 236.88º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #595DA6 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 89 | 93 | 166 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.35 |
| HSL | 236.88º | 0.3% | 0.5% | - |
| HSV(B) | 236.88º | 0.46% | 0.65% | - |
| XYZ | 14.92 | 12.71 | 37.74 | - |
| YUV | 100.13 | 165.17 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 166 | 0.46 | 0.44 | 0 | 0.35 | 236.88 | 0.3 | 0.5 |
| Hex | 59 | 5D | A6 | 2E | 2C | 0 | 23 | ED | 1E | 32 |
| Octal | 131 | 135 | 246 | 56 | 54 | 0 | 43 | 355 | 36 | 62 |
| Binary | 1011001 | 1011101 | 10100110 | 101110 | 101100 | 0 | 100011 | 11101101 | 11110 | 110010 |
Color Harmonies of #595DA6
Complementary color
Monochromatic Colors of #595DA6
Black with #595DA6
Text Example
Text Example
White with #595DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595DA6; }
p { color: rgb(89,93,166); }
H1.HeaderClassName
{
color: #595DA6;
}
.AnyTagClassName
{
color: #595DA6;
}
</style>
background-color css
<style>
a { background-color: #595DA6; }
a { background-color: rgb(89,93,166); }
div.DivClassName
{
background-color: #595DA6;
}
.BgClassName
{
background-color: #595DA6;
}
</style>
border-color css
<style>
span { border-color: #595DA6; }
span { border-color: rgb(89,93,166); }
td.TdClassName
{
border-color: #595DA6;
}
.TagClassName
{
border-color: #595DA6;
}
</style>