Shades of Rich Blue #595CAA
Tints of Rich Blue #595CAA
RGB
CMYK
RGB Variations
Color information
#595CAA (or 0x595CAA) is known color: Rich Blue. HEX triplet: 59, 5C and AA. RGB value is (89,92,170). Sum of RGB (Red+Green+Blue) = 89+92+170=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 170 - color contains mainly: blue. Hex color #595CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595CAA is #A6A355. Grayscale: #636363. Windows color (decimal): -10920790 or 11164761. OLE color: 11164761.
HSL color Cylindrical-coordinate representation of color #595CAA: hue angle of 237.78º degrees, saturation: 0.32, 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 #595CAA is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 92 | 170 | - |
| CMYK | 0.48 | 0.46 | 0 | 0.33 |
| HSL | 237.78º | 0.32% | 0.51% | - |
| HSV(B) | 237.78º | 0.48% | 0.67% | - |
| XYZ | 15.2 | 12.68 | 39.68 | - |
| YUV | 100 | 167.51 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 170 | 0.48 | 0.46 | 0 | 0.33 | 237.78 | 0.32 | 0.51 |
| Hex | 59 | 5C | AA | 30 | 2E | 0 | 21 | EE | 20 | 33 |
| Octal | 131 | 134 | 252 | 60 | 56 | 0 | 41 | 356 | 40 | 63 |
| Binary | 1011001 | 1011100 | 10101010 | 110000 | 101110 | 0 | 100001 | 11101110 | 100000 | 110011 |
Color Harmonies of #595CAA
Complementary color
Monochromatic Colors of #595CAA
Black with #595CAA
Text Example
Text Example
White with #595CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595CAA; }
p { color: rgb(89,92,170); }
H1.HeaderClassName
{
color: #595CAA;
}
.AnyTagClassName
{
color: #595CAA;
}
</style>
background-color css
<style>
a { background-color: #595CAA; }
a { background-color: rgb(89,92,170); }
div.DivClassName
{
background-color: #595CAA;
}
.BgClassName
{
background-color: #595CAA;
}
</style>
border-color css
<style>
span { border-color: #595CAA; }
span { border-color: rgb(89,92,170); }
td.TdClassName
{
border-color: #595CAA;
}
.TagClassName
{
border-color: #595CAA;
}
</style>