Shades of Rich Blue #5350AA
Tints of Rich Blue #5350AA
RGB
CMYK
RGB Variations
Color information
#5350AA (or 0x5350AA) is known color: Rich Blue. HEX triplet: 53, 50 and AA. RGB value is (83,80,170). Sum of RGB (Red+Green+Blue) = 83+80+170=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #5350AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5350AA is #ACAF55. Grayscale: #5A5A5A. Windows color (decimal): -11317078 or 11161683. OLE color: 11161683.
HSL color Cylindrical-coordinate representation of color #5350AA: hue angle of 242º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5350AA is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 80 | 170 | - |
| CMYK | 0.51 | 0.53 | 0 | 0.33 |
| HSL | 242º | 0.36% | 0.49% | - |
| HSV(B) | 242º | 0.53% | 0.67% | - |
| XYZ | 13.69 | 10.48 | 39.33 | - |
| YUV | 91.16 | 172.49 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 80 | 170 | 0.51 | 0.53 | 0 | 0.33 | 242 | 0.36 | 0.49 |
| Hex | 53 | 50 | AA | 33 | 35 | 0 | 21 | F2 | 24 | 31 |
| Octal | 123 | 120 | 252 | 63 | 65 | 0 | 41 | 362 | 44 | 61 |
| Binary | 1010011 | 1010000 | 10101010 | 110011 | 110101 | 0 | 100001 | 11110010 | 100100 | 110001 |
Color Harmonies of #5350AA
Complementary color
Monochromatic Colors of #5350AA
Black with #5350AA
Text Example
Text Example
White with #5350AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5350AA; }
p { color: rgb(83,80,170); }
H1.HeaderClassName
{
color: #5350AA;
}
.AnyTagClassName
{
color: #5350AA;
}
</style>
background-color css
<style>
a { background-color: #5350AA; }
a { background-color: rgb(83,80,170); }
div.DivClassName
{
background-color: #5350AA;
}
.BgClassName
{
background-color: #5350AA;
}
</style>
border-color css
<style>
span { border-color: #5350AA; }
span { border-color: rgb(83,80,170); }
td.TdClassName
{
border-color: #5350AA;
}
.TagClassName
{
border-color: #5350AA;
}
</style>