Shades of Rich Blue #534FAA
Tints of Rich Blue #534FAA
RGB
CMYK
RGB Variations
Color information
#534FAA (or 0x534FAA) is known color: Rich Blue. HEX triplet: 53, 4F and AA. RGB value is (83,79,170). Sum of RGB (Red+Green+Blue) = 83+79+170=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 79 (31.25% from 255 or 23.80% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #534FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #534FAA is #ACB055. Grayscale: #5A5A5A. Windows color (decimal): -11317334 or 11161427. OLE color: 11161427.
HSL color Cylindrical-coordinate representation of color #534FAA: hue angle of 242.64º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #534FAA is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 79 | 170 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.33 |
| HSL | 242.64º | 0.37% | 0.49% | - |
| HSV(B) | 242.64º | 0.54% | 0.67% | - |
| XYZ | 13.62 | 10.33 | 39.31 | - |
| YUV | 90.57 | 172.83 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 170 | 0.51 | 0.54 | 0 | 0.33 | 242.64 | 0.37 | 0.49 |
| Hex | 53 | 4F | AA | 33 | 36 | 0 | 21 | F3 | 25 | 31 |
| Octal | 123 | 117 | 252 | 63 | 66 | 0 | 41 | 363 | 45 | 61 |
| Binary | 1010011 | 1001111 | 10101010 | 110011 | 110110 | 0 | 100001 | 11110011 | 100101 | 110001 |
Color Harmonies of #534FAA
Complementary color
Monochromatic Colors of #534FAA
Black with #534FAA
Text Example
Text Example
White with #534FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534FAA; }
p { color: rgb(83,79,170); }
H1.HeaderClassName
{
color: #534FAA;
}
.AnyTagClassName
{
color: #534FAA;
}
</style>
background-color css
<style>
a { background-color: #534FAA; }
a { background-color: rgb(83,79,170); }
div.DivClassName
{
background-color: #534FAA;
}
.BgClassName
{
background-color: #534FAA;
}
</style>
border-color css
<style>
span { border-color: #534FAA; }
span { border-color: rgb(83,79,170); }
td.TdClassName
{
border-color: #534FAA;
}
.TagClassName
{
border-color: #534FAA;
}
</style>