Shades of Rich Blue #534DAC
Tints of Rich Blue #534DAC
RGB
CMYK
RGB Variations
Color information
#534DAC (or 0x534DAC) is known color: Rich Blue. HEX triplet: 53, 4D and AC. RGB value is (83,77,172). Sum of RGB (Red+Green+Blue) = 83+77+172=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 172 (67.58% from 255 or 51.81% from 332); Max value from RGB is 172 - color contains mainly: blue. Hex color #534DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #534DAC is #ACB253. Grayscale: #595959. Windows color (decimal): -11317844 or 11291987. OLE color: 11291987.
HSL color Cylindrical-coordinate representation of color #534DAC: hue angle of 243.79º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #534DAC is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 77 | 172 | - |
| CMYK | 0.52 | 0.55 | 0 | 0.33 |
| HSL | 243.79º | 0.38% | 0.49% | - |
| HSV(B) | 243.79º | 0.55% | 0.67% | - |
| XYZ | 13.67 | 10.13 | 40.26 | - |
| YUV | 89.62 | 174.49 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 172 | 0.52 | 0.55 | 0 | 0.33 | 243.79 | 0.38 | 0.49 |
| Hex | 53 | 4D | AC | 34 | 37 | 0 | 21 | F4 | 26 | 31 |
| Octal | 123 | 115 | 254 | 64 | 67 | 0 | 41 | 364 | 46 | 61 |
| Binary | 1010011 | 1001101 | 10101100 | 110100 | 110111 | 0 | 100001 | 11110100 | 100110 | 110001 |
Color Harmonies of #534DAC
Complementary color
Monochromatic Colors of #534DAC
Black with #534DAC
Text Example
Text Example
White with #534DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534DAC; }
p { color: rgb(83,77,172); }
H1.HeaderClassName
{
color: #534DAC;
}
.AnyTagClassName
{
color: #534DAC;
}
</style>
background-color css
<style>
a { background-color: #534DAC; }
a { background-color: rgb(83,77,172); }
div.DivClassName
{
background-color: #534DAC;
}
.BgClassName
{
background-color: #534DAC;
}
</style>
border-color css
<style>
span { border-color: #534DAC; }
span { border-color: rgb(83,77,172); }
td.TdClassName
{
border-color: #534DAC;
}
.TagClassName
{
border-color: #534DAC;
}
</style>