Shades of Rich Blue #595BAC
Tints of Rich Blue #595BAC
RGB
CMYK
RGB Variations
Color information
#595BAC (or 0x595BAC) is known color: Rich Blue. HEX triplet: 59, 5B and AC. RGB value is (89,91,172). Sum of RGB (Red+Green+Blue) = 89+91+172=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #595BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595BAC is #A6A453. Grayscale: #636363. Windows color (decimal): -10921044 or 11295577. OLE color: 11295577.
HSL color Cylindrical-coordinate representation of color #595BAC: hue angle of 238.55º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #595BAC is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 91 | 172 | - |
| CMYK | 0.48 | 0.47 | 0 | 0.33 |
| HSL | 238.55º | 0.33% | 0.51% | - |
| HSV(B) | 238.55º | 0.48% | 0.67% | - |
| XYZ | 15.31 | 12.58 | 40.65 | - |
| YUV | 99.64 | 168.84 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 172 | 0.48 | 0.47 | 0 | 0.33 | 238.55 | 0.33 | 0.51 |
| Hex | 59 | 5B | AC | 30 | 2F | 0 | 21 | EF | 21 | 33 |
| Octal | 131 | 133 | 254 | 60 | 57 | 0 | 41 | 357 | 41 | 63 |
| Binary | 1011001 | 1011011 | 10101100 | 110000 | 101111 | 0 | 100001 | 11101111 | 100001 | 110011 |
Color Harmonies of #595BAC
Complementary color
Monochromatic Colors of #595BAC
Black with #595BAC
Text Example
Text Example
White with #595BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595BAC; }
p { color: rgb(89,91,172); }
H1.HeaderClassName
{
color: #595BAC;
}
.AnyTagClassName
{
color: #595BAC;
}
</style>
background-color css
<style>
a { background-color: #595BAC; }
a { background-color: rgb(89,91,172); }
div.DivClassName
{
background-color: #595BAC;
}
.BgClassName
{
background-color: #595BAC;
}
</style>
border-color css
<style>
span { border-color: #595BAC; }
span { border-color: rgb(89,91,172); }
td.TdClassName
{
border-color: #595BAC;
}
.TagClassName
{
border-color: #595BAC;
}
</style>