Shades of Rich Blue #534BA9
Tints of Rich Blue #534BA9
RGB
CMYK
RGB Variations
Color information
#534BA9 (or 0x534BA9) is known color: Rich Blue. HEX triplet: 53, 4B and A9. RGB value is (83,75,169). Sum of RGB (Red+Green+Blue) = 83+75+169=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 75 (29.69% from 255 or 22.94% from 327); Blue value is 169 (66.41% from 255 or 51.68% from 327); Max value from RGB is 169 - color contains mainly: blue. Hex color #534BA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534BA9 is #ACB456. Grayscale: #575757. Windows color (decimal): -11318359 or 11094867. OLE color: 11094867.
HSL color Cylindrical-coordinate representation of color #534BA9: hue angle of 245.11º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #534BA9 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 83 | 75 | 169 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.34 |
| HSL | 245.11º | 0.39% | 0.48% | - |
| HSV(B) | 245.11º | 0.56% | 0.66% | - |
| XYZ | 13.24 | 9.74 | 38.72 | - |
| YUV | 88.11 | 173.65 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 169 | 0.51 | 0.56 | 0 | 0.34 | 245.11 | 0.39 | 0.48 |
| Hex | 53 | 4B | A9 | 33 | 38 | 0 | 22 | F5 | 27 | 30 |
| Octal | 123 | 113 | 251 | 63 | 70 | 0 | 42 | 365 | 47 | 60 |
| Binary | 1010011 | 1001011 | 10101001 | 110011 | 111000 | 0 | 100010 | 11110101 | 100111 | 110000 |
Color Harmonies of #534BA9
Complementary color
Monochromatic Colors of #534BA9
Black with #534BA9
Text Example
Text Example
White with #534BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534BA9; }
p { color: rgb(83,75,169); }
H1.HeaderClassName
{
color: #534BA9;
}
.AnyTagClassName
{
color: #534BA9;
}
</style>
background-color css
<style>
a { background-color: #534BA9; }
a { background-color: rgb(83,75,169); }
div.DivClassName
{
background-color: #534BA9;
}
.BgClassName
{
background-color: #534BA9;
}
</style>
border-color css
<style>
span { border-color: #534BA9; }
span { border-color: rgb(83,75,169); }
td.TdClassName
{
border-color: #534BA9;
}
.TagClassName
{
border-color: #534BA9;
}
</style>