Shades of Rich Blue #534AAC
Tints of Rich Blue #534AAC
RGB
CMYK
RGB Variations
Color information
#534AAC (or 0x534AAC) is known color: Rich Blue. HEX triplet: 53, 4A and AC. RGB value is (83,74,172). Sum of RGB (Red+Green+Blue) = 83+74+172=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 172 (67.58% from 255 or 52.28% from 329); Max value from RGB is 172 - color contains mainly: blue. Hex color #534AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534AAC is #ACB553. Grayscale: #575757. Windows color (decimal): -11318612 or 11291219. OLE color: 11291219.
HSL color Cylindrical-coordinate representation of color #534AAC: hue angle of 245.51º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #534AAC is Cyan = 0.52, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 74 | 172 | - |
| CMYK | 0.52 | 0.57 | 0 | 0.33 |
| HSL | 245.51º | 0.4% | 0.48% | - |
| HSV(B) | 245.51º | 0.57% | 0.67% | - |
| XYZ | 13.46 | 9.72 | 40.2 | - |
| YUV | 87.86 | 175.48 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 172 | 0.52 | 0.57 | 0 | 0.33 | 245.51 | 0.4 | 0.48 |
| Hex | 53 | 4A | AC | 34 | 39 | 0 | 21 | F6 | 28 | 30 |
| Octal | 123 | 112 | 254 | 64 | 71 | 0 | 41 | 366 | 50 | 60 |
| Binary | 1010011 | 1001010 | 10101100 | 110100 | 111001 | 0 | 100001 | 11110110 | 101000 | 110000 |
Color Harmonies of #534AAC
Complementary color
Monochromatic Colors of #534AAC
Black with #534AAC
Text Example
Text Example
White with #534AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534AAC; }
p { color: rgb(83,74,172); }
H1.HeaderClassName
{
color: #534AAC;
}
.AnyTagClassName
{
color: #534AAC;
}
</style>
background-color css
<style>
a { background-color: #534AAC; }
a { background-color: rgb(83,74,172); }
div.DivClassName
{
background-color: #534AAC;
}
.BgClassName
{
background-color: #534AAC;
}
</style>
border-color css
<style>
span { border-color: #534AAC; }
span { border-color: rgb(83,74,172); }
td.TdClassName
{
border-color: #534AAC;
}
.TagClassName
{
border-color: #534AAC;
}
</style>