Shades of Rich Blue #595AB6
Tints of Rich Blue #595AB6
RGB
CMYK
RGB Variations
Color information
#595AB6 (or 0x595AB6) is known color: Rich Blue. HEX triplet: 59, 5A and B6. RGB value is (89,90,182). Sum of RGB (Red+Green+Blue) = 89+90+182=361 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.65% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 182 (71.48% from 255 or 50.42% from 361); Max value from RGB is 182 - color contains mainly: blue. Hex color #595AB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595AB6 is #A6A549. Grayscale: #636363. Windows color (decimal): -10921290 or 11950681. OLE color: 11950681.
HSL color Cylindrical-coordinate representation of color #595AB6: hue angle of 239.35º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #595AB6 is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 89 | 90 | 182 | - |
| CMYK | 0.51 | 0.51 | 0 | 0.29 |
| HSL | 239.35º | 0.39% | 0.53% | - |
| HSV(B) | 239.35º | 0.51% | 0.71% | - |
| XYZ | 16.22 | 12.81 | 45.87 | - |
| YUV | 100.19 | 174.17 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 90 | 182 | 0.51 | 0.51 | 0 | 0.29 | 239.35 | 0.39 | 0.53 |
| Hex | 59 | 5A | B6 | 33 | 33 | 0 | 1D | EF | 27 | 35 |
| Octal | 131 | 132 | 266 | 63 | 63 | 0 | 35 | 357 | 47 | 65 |
| Binary | 1011001 | 1011010 | 10110110 | 110011 | 110011 | 0 | 11101 | 11101111 | 100111 | 110101 |
Color Harmonies of #595AB6
Complementary color
Monochromatic Colors of #595AB6
Black with #595AB6
Text Example
Text Example
White with #595AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595AB6; }
p { color: rgb(89,90,182); }
H1.HeaderClassName
{
color: #595AB6;
}
.AnyTagClassName
{
color: #595AB6;
}
</style>
background-color css
<style>
a { background-color: #595AB6; }
a { background-color: rgb(89,90,182); }
div.DivClassName
{
background-color: #595AB6;
}
.BgClassName
{
background-color: #595AB6;
}
</style>
border-color css
<style>
span { border-color: #595AB6; }
span { border-color: rgb(89,90,182); }
td.TdClassName
{
border-color: #595AB6;
}
.TagClassName
{
border-color: #595AB6;
}
</style>