Shades of Rich Blue #595DA5
Tints of Rich Blue #595DA5
RGB
CMYK
RGB Variations
Color information
#595DA5 (or 0x595DA5) is known color: Rich Blue. HEX triplet: 59, 5D and A5. RGB value is (89,93,165). Sum of RGB (Red+Green+Blue) = 89+93+165=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 165 (64.84% from 255 or 47.55% from 347); Max value from RGB is 165 - color contains mainly: blue. Hex color #595DA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595DA5 is #A6A25A. Grayscale: #636363. Windows color (decimal): -10920539 or 10837337. OLE color: 10837337.
HSL color Cylindrical-coordinate representation of color #595DA5: hue angle of 236.84º 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 #595DA5 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 89 | 93 | 165 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.35 |
| HSL | 236.84º | 0.3% | 0.5% | - |
| HSV(B) | 236.84º | 0.46% | 0.65% | - |
| XYZ | 14.83 | 12.67 | 37.26 | - |
| YUV | 100.01 | 164.67 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 165 | 0.46 | 0.44 | 0 | 0.35 | 236.84 | 0.3 | 0.5 |
| Hex | 59 | 5D | A5 | 2E | 2C | 0 | 23 | ED | 1E | 32 |
| Octal | 131 | 135 | 245 | 56 | 54 | 0 | 43 | 355 | 36 | 62 |
| Binary | 1011001 | 1011101 | 10100101 | 101110 | 101100 | 0 | 100011 | 11101101 | 11110 | 110010 |
Color Harmonies of #595DA5
Complementary color
Monochromatic Colors of #595DA5
Black with #595DA5
Text Example
Text Example
White with #595DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595DA5; }
p { color: rgb(89,93,165); }
H1.HeaderClassName
{
color: #595DA5;
}
.AnyTagClassName
{
color: #595DA5;
}
</style>
background-color css
<style>
a { background-color: #595DA5; }
a { background-color: rgb(89,93,165); }
div.DivClassName
{
background-color: #595DA5;
}
.BgClassName
{
background-color: #595DA5;
}
</style>
border-color css
<style>
span { border-color: #595DA5; }
span { border-color: rgb(89,93,165); }
td.TdClassName
{
border-color: #595DA5;
}
.TagClassName
{
border-color: #595DA5;
}
</style>