Shades of Rich Blue #595AAF
Tints of Rich Blue #595AAF
RGB
CMYK
RGB Variations
Color information
#595AAF (or 0x595AAF) is known color: Rich Blue. HEX triplet: 59, 5A and AF. RGB value is (89,90,175). Sum of RGB (Red+Green+Blue) = 89+90+175=354 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.14% from 354); Green value is 90 (35.55% from 255 or 25.42% from 354); Blue value is 175 (68.75% from 255 or 49.44% from 354); Max value from RGB is 175 - color contains mainly: blue. Hex color #595AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595AAF is #A6A550. Grayscale: #636363. Windows color (decimal): -10921297 or 11491929. OLE color: 11491929.
HSL color Cylindrical-coordinate representation of color #595AAF: hue angle of 239.3º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #595AAF is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 89 | 90 | 175 | - |
| CMYK | 0.49 | 0.49 | 0 | 0.31 |
| HSL | 239.3º | 0.35% | 0.52% | - |
| HSV(B) | 239.3º | 0.49% | 0.69% | - |
| XYZ | 15.51 | 12.53 | 42.16 | - |
| YUV | 99.39 | 170.67 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 90 | 175 | 0.49 | 0.49 | 0 | 0.31 | 239.3 | 0.35 | 0.52 |
| Hex | 59 | 5A | AF | 31 | 31 | 0 | 1F | EF | 23 | 34 |
| Octal | 131 | 132 | 257 | 61 | 61 | 0 | 37 | 357 | 43 | 64 |
| Binary | 1011001 | 1011010 | 10101111 | 110001 | 110001 | 0 | 11111 | 11101111 | 100011 | 110100 |
Color Harmonies of #595AAF
Complementary color
Monochromatic Colors of #595AAF
Black with #595AAF
Text Example
Text Example
White with #595AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595AAF; }
p { color: rgb(89,90,175); }
H1.HeaderClassName
{
color: #595AAF;
}
.AnyTagClassName
{
color: #595AAF;
}
</style>
background-color css
<style>
a { background-color: #595AAF; }
a { background-color: rgb(89,90,175); }
div.DivClassName
{
background-color: #595AAF;
}
.BgClassName
{
background-color: #595AAF;
}
</style>
border-color css
<style>
span { border-color: #595AAF; }
span { border-color: rgb(89,90,175); }
td.TdClassName
{
border-color: #595AAF;
}
.TagClassName
{
border-color: #595AAF;
}
</style>