Shades of Rich Blue #535AAA
Tints of Rich Blue #535AAA
RGB
CMYK
RGB Variations
Color information
#535AAA (or 0x535AAA) is known color: Rich Blue. HEX triplet: 53, 5A and AA. RGB value is (83,90,170). Sum of RGB (Red+Green+Blue) = 83+90+170=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 170 (66.80% from 255 or 49.56% from 343); Max value from RGB is 170 - color contains mainly: blue. Hex color #535AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #535AAA is #ACA555. Grayscale: #606060. Windows color (decimal): -11314518 or 11164243. OLE color: 11164243.
HSL color Cylindrical-coordinate representation of color #535AAA: hue angle of 235.17º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #535AAA is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 90 | 170 | - |
| CMYK | 0.51 | 0.47 | 0 | 0.33 |
| HSL | 235.17º | 0.34% | 0.5% | - |
| HSV(B) | 235.17º | 0.51% | 0.67% | - |
| XYZ | 14.48 | 12.05 | 39.59 | - |
| YUV | 97.03 | 169.18 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 90 | 170 | 0.51 | 0.47 | 0 | 0.33 | 235.17 | 0.34 | 0.5 |
| Hex | 53 | 5A | AA | 33 | 2F | 0 | 21 | EB | 22 | 32 |
| Octal | 123 | 132 | 252 | 63 | 57 | 0 | 41 | 353 | 42 | 62 |
| Binary | 1010011 | 1011010 | 10101010 | 110011 | 101111 | 0 | 100001 | 11101011 | 100010 | 110010 |
Color Harmonies of #535AAA
Complementary color
Monochromatic Colors of #535AAA
Black with #535AAA
Text Example
Text Example
White with #535AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535AAA; }
p { color: rgb(83,90,170); }
H1.HeaderClassName
{
color: #535AAA;
}
.AnyTagClassName
{
color: #535AAA;
}
</style>
background-color css
<style>
a { background-color: #535AAA; }
a { background-color: rgb(83,90,170); }
div.DivClassName
{
background-color: #535AAA;
}
.BgClassName
{
background-color: #535AAA;
}
</style>
border-color css
<style>
span { border-color: #535AAA; }
span { border-color: rgb(83,90,170); }
td.TdClassName
{
border-color: #535AAA;
}
.TagClassName
{
border-color: #535AAA;
}
</style>