Shades of Rich Blue #534AAA
Tints of Rich Blue #534AAA
RGB
CMYK
RGB Variations
Color information
#534AAA (or 0x534AAA) is known color: Rich Blue. HEX triplet: 53, 4A and AA. RGB value is (83,74,170). Sum of RGB (Red+Green+Blue) = 83+74+170=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 74 (29.30% from 255 or 22.63% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #534AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534AAA is #ACB555. Grayscale: #575757. Windows color (decimal): -11318614 or 11160147. OLE color: 11160147.
HSL color Cylindrical-coordinate representation of color #534AAA: hue angle of 245.62º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #534AAA is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 74 | 170 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.33 |
| HSL | 245.63º | 0.39% | 0.48% | - |
| HSV(B) | 245.63º | 0.56% | 0.67% | - |
| XYZ | 13.27 | 9.64 | 39.19 | - |
| YUV | 87.64 | 174.48 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 170 | 0.51 | 0.56 | 0 | 0.33 | 245.63 | 0.39 | 0.48 |
| Hex | 53 | 4A | AA | 33 | 38 | 0 | 21 | F6 | 27 | 30 |
| Octal | 123 | 112 | 252 | 63 | 70 | 0 | 41 | 366 | 47 | 60 |
| Binary | 1010011 | 1001010 | 10101010 | 110011 | 111000 | 0 | 100001 | 11110110 | 100111 | 110000 |
Color Harmonies of #534AAA
Complementary color
Monochromatic Colors of #534AAA
Black with #534AAA
Text Example
Text Example
White with #534AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534AAA; }
p { color: rgb(83,74,170); }
H1.HeaderClassName
{
color: #534AAA;
}
.AnyTagClassName
{
color: #534AAA;
}
</style>
background-color css
<style>
a { background-color: #534AAA; }
a { background-color: rgb(83,74,170); }
div.DivClassName
{
background-color: #534AAA;
}
.BgClassName
{
background-color: #534AAA;
}
</style>
border-color css
<style>
span { border-color: #534AAA; }
span { border-color: rgb(83,74,170); }
td.TdClassName
{
border-color: #534AAA;
}
.TagClassName
{
border-color: #534AAA;
}
</style>