Shades of Rich Blue #5B59AA
Tints of Rich Blue #5B59AA
RGB
CMYK
RGB Variations
Color information
#5B59AA (or 0x5B59AA) is known color: Rich Blue. HEX triplet: 5B, 59 and AA. RGB value is (91,89,170). Sum of RGB (Red+Green+Blue) = 91+89+170=350 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #5B59AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B59AA is #A4A655. Grayscale: #626262. Windows color (decimal): -10790486 or 11163995. OLE color: 11163995.
HSL color Cylindrical-coordinate representation of color #5B59AA: hue angle of 241.48º 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 #5B59AA is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 89 | 170 | - |
| CMYK | 0.46 | 0.48 | 0 | 0.33 |
| HSL | 241.48º | 0.32% | 0.51% | - |
| HSV(B) | 241.48º | 0.48% | 0.67% | - |
| XYZ | 15.14 | 12.27 | 39.6 | - |
| YUV | 98.83 | 168.16 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 89 | 170 | 0.46 | 0.48 | 0 | 0.33 | 241.48 | 0.32 | 0.51 |
| Hex | 5B | 59 | AA | 2E | 30 | 0 | 21 | F1 | 20 | 33 |
| Octal | 133 | 131 | 252 | 56 | 60 | 0 | 41 | 361 | 40 | 63 |
| Binary | 1011011 | 1011001 | 10101010 | 101110 | 110000 | 0 | 100001 | 11110001 | 100000 | 110011 |
Color Harmonies of #5B59AA
Complementary color
Monochromatic Colors of #5B59AA
Black with #5B59AA
Text Example
Text Example
White with #5B59AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B59AA; }
p { color: rgb(91,89,170); }
H1.HeaderClassName
{
color: #5B59AA;
}
.AnyTagClassName
{
color: #5B59AA;
}
</style>
background-color css
<style>
a { background-color: #5B59AA; }
a { background-color: rgb(91,89,170); }
div.DivClassName
{
background-color: #5B59AA;
}
.BgClassName
{
background-color: #5B59AA;
}
</style>
border-color css
<style>
span { border-color: #5B59AA; }
span { border-color: rgb(91,89,170); }
td.TdClassName
{
border-color: #5B59AA;
}
.TagClassName
{
border-color: #5B59AA;
}
</style>