Shades of Rich Blue #5943AA
Tints of Rich Blue #5943AA
RGB
CMYK
RGB Variations
Color information
#5943AA (or 0x5943AA) is known color: Rich Blue. HEX triplet: 59, 43 and AA. RGB value is (89,67,170). Sum of RGB (Red+Green+Blue) = 89+67+170=326 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.30% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 170 (66.80% from 255 or 52.15% from 326); Max value from RGB is 170 - color contains mainly: blue. Hex color #5943AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5943AA is #A6BC55. Grayscale: #545454. Windows color (decimal): -10927190 or 11158361. OLE color: 11158361.
HSL color Cylindrical-coordinate representation of color #5943AA: hue angle of 252.82º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5943AA is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 67 | 170 | - |
| CMYK | 0.48 | 0.61 | 0 | 0.33 |
| HSL | 252.82º | 0.43% | 0.46% | - |
| HSV(B) | 252.82º | 0.61% | 0.67% | - |
| XYZ | 13.38 | 9.04 | 39.07 | - |
| YUV | 85.32 | 175.79 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 67 | 170 | 0.48 | 0.61 | 0 | 0.33 | 252.82 | 0.43 | 0.46 |
| Hex | 59 | 43 | AA | 30 | 3D | 0 | 21 | FD | 2B | 2E |
| Octal | 131 | 103 | 252 | 60 | 75 | 0 | 41 | 375 | 53 | 56 |
| Binary | 1011001 | 1000011 | 10101010 | 110000 | 111101 | 0 | 100001 | 11111101 | 101011 | 101110 |
Color Harmonies of #5943AA
Complementary color
Monochromatic Colors of #5943AA
Black with #5943AA
Text Example
Text Example
White with #5943AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5943AA; }
p { color: rgb(89,67,170); }
H1.HeaderClassName
{
color: #5943AA;
}
.AnyTagClassName
{
color: #5943AA;
}
</style>
background-color css
<style>
a { background-color: #5943AA; }
a { background-color: rgb(89,67,170); }
div.DivClassName
{
background-color: #5943AA;
}
.BgClassName
{
background-color: #5943AA;
}
</style>
border-color css
<style>
span { border-color: #5943AA; }
span { border-color: rgb(89,67,170); }
td.TdClassName
{
border-color: #5943AA;
}
.TagClassName
{
border-color: #5943AA;
}
</style>