Shades of Rich Blue #595DAD
Tints of Rich Blue #595DAD
RGB
CMYK
RGB Variations
Color information
#595DAD (or 0x595DAD) is known color: Rich Blue. HEX triplet: 59, 5D and AD. RGB value is (89,93,173). Sum of RGB (Red+Green+Blue) = 89+93+173=355 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25.07% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #595DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595DAD is #A6A252. Grayscale: #646464. Windows color (decimal): -10920531 or 11361625. OLE color: 11361625.
HSL color Cylindrical-coordinate representation of color #595DAD: hue angle of 237.14º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #595DAD is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 89 | 93 | 173 | - |
| CMYK | 0.49 | 0.46 | 0 | 0.32 |
| HSL | 237.14º | 0.34% | 0.51% | - |
| HSV(B) | 237.14º | 0.49% | 0.68% | - |
| XYZ | 15.58 | 12.97 | 41.22 | - |
| YUV | 100.92 | 168.67 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 173 | 0.49 | 0.46 | 0 | 0.32 | 237.14 | 0.34 | 0.51 |
| Hex | 59 | 5D | AD | 31 | 2E | 0 | 20 | ED | 22 | 33 |
| Octal | 131 | 135 | 255 | 61 | 56 | 0 | 40 | 355 | 42 | 63 |
| Binary | 1011001 | 1011101 | 10101101 | 110001 | 101110 | 0 | 100000 | 11101101 | 100010 | 110011 |
Color Harmonies of #595DAD
Complementary color
Monochromatic Colors of #595DAD
Black with #595DAD
Text Example
Text Example
White with #595DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595DAD; }
p { color: rgb(89,93,173); }
H1.HeaderClassName
{
color: #595DAD;
}
.AnyTagClassName
{
color: #595DAD;
}
</style>
background-color css
<style>
a { background-color: #595DAD; }
a { background-color: rgb(89,93,173); }
div.DivClassName
{
background-color: #595DAD;
}
.BgClassName
{
background-color: #595DAD;
}
</style>
border-color css
<style>
span { border-color: #595DAD; }
span { border-color: rgb(89,93,173); }
td.TdClassName
{
border-color: #595DAD;
}
.TagClassName
{
border-color: #595DAD;
}
</style>