Shades of Rich Blue #5953AE
Tints of Rich Blue #5953AE
RGB
CMYK
RGB Variations
Color information
#5953AE (or 0x5953AE) is known color: Rich Blue. HEX triplet: 59, 53 and AE. RGB value is (89,83,174). Sum of RGB (Red+Green+Blue) = 89+83+174=346 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.72% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 174 (68.36% from 255 or 50.29% from 346); Max value from RGB is 174 - color contains mainly: blue. Hex color #5953AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5953AE is #A6AC51. Grayscale: #5E5E5E. Windows color (decimal): -10923090 or 11424601. OLE color: 11424601.
HSL color Cylindrical-coordinate representation of color #5953AE: hue angle of 243.96º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5953AE is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 89 | 83 | 174 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.32 |
| HSL | 243.96º | 0.36% | 0.5% | - |
| HSV(B) | 243.96º | 0.52% | 0.68% | - |
| XYZ | 14.85 | 11.37 | 41.46 | - |
| YUV | 95.17 | 172.49 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 83 | 174 | 0.49 | 0.52 | 0 | 0.32 | 243.96 | 0.36 | 0.5 |
| Hex | 59 | 53 | AE | 31 | 34 | 0 | 20 | F4 | 24 | 32 |
| Octal | 131 | 123 | 256 | 61 | 64 | 0 | 40 | 364 | 44 | 62 |
| Binary | 1011001 | 1010011 | 10101110 | 110001 | 110100 | 0 | 100000 | 11110100 | 100100 | 110010 |
Color Harmonies of #5953AE
Complementary color
Monochromatic Colors of #5953AE
Black with #5953AE
Text Example
Text Example
White with #5953AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5953AE; }
p { color: rgb(89,83,174); }
H1.HeaderClassName
{
color: #5953AE;
}
.AnyTagClassName
{
color: #5953AE;
}
</style>
background-color css
<style>
a { background-color: #5953AE; }
a { background-color: rgb(89,83,174); }
div.DivClassName
{
background-color: #5953AE;
}
.BgClassName
{
background-color: #5953AE;
}
</style>
border-color css
<style>
span { border-color: #5953AE; }
span { border-color: rgb(89,83,174); }
td.TdClassName
{
border-color: #5953AE;
}
.TagClassName
{
border-color: #5953AE;
}
</style>