Shades of Rich Blue #534BA7
Tints of Rich Blue #534BA7
RGB
CMYK
RGB Variations
Color information
#534BA7 (or 0x534BA7) is known color: Rich Blue. HEX triplet: 53, 4B and A7. RGB value is (83,75,167). Sum of RGB (Red+Green+Blue) = 83+75+167=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 75 (29.69% from 255 or 23.08% from 325); Blue value is 167 (65.62% from 255 or 51.38% from 325); Max value from RGB is 167 - color contains mainly: blue. Hex color #534BA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534BA7 is #ACB458. Grayscale: #575757. Windows color (decimal): -11318361 or 10963795. OLE color: 10963795.
HSL color Cylindrical-coordinate representation of color #534BA7: hue angle of 245.22º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #534BA7 is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 83 | 75 | 167 | - |
| CMYK | 0.50 | 0.55 | 0 | 0.35 |
| HSL | 245.22º | 0.38% | 0.47% | - |
| HSV(B) | 245.22º | 0.55% | 0.65% | - |
| XYZ | 13.06 | 9.66 | 37.74 | - |
| YUV | 87.88 | 172.65 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 167 | 0.50 | 0.55 | 0 | 0.35 | 245.22 | 0.38 | 0.47 |
| Hex | 53 | 4B | A7 | 32 | 37 | 0 | 23 | F5 | 26 | 2F |
| Octal | 123 | 113 | 247 | 62 | 67 | 0 | 43 | 365 | 46 | 57 |
| Binary | 1010011 | 1001011 | 10100111 | 110010 | 110111 | 0 | 100011 | 11110101 | 100110 | 101111 |
Color Harmonies of #534BA7
Complementary color
Monochromatic Colors of #534BA7
Black with #534BA7
Text Example
Text Example
White with #534BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534BA7; }
p { color: rgb(83,75,167); }
H1.HeaderClassName
{
color: #534BA7;
}
.AnyTagClassName
{
color: #534BA7;
}
</style>
background-color css
<style>
a { background-color: #534BA7; }
a { background-color: rgb(83,75,167); }
div.DivClassName
{
background-color: #534BA7;
}
.BgClassName
{
background-color: #534BA7;
}
</style>
border-color css
<style>
span { border-color: #534BA7; }
span { border-color: rgb(83,75,167); }
td.TdClassName
{
border-color: #534BA7;
}
.TagClassName
{
border-color: #534BA7;
}
</style>