Shades of Rich Blue #534BA8
Tints of Rich Blue #534BA8
RGB
CMYK
RGB Variations
Color information
#534BA8 (or 0x534BA8) is known color: Rich Blue. HEX triplet: 53, 4B and A8. RGB value is (83,75,168). Sum of RGB (Red+Green+Blue) = 83+75+168=326 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.46% from 326); Green value is 75 (29.69% from 255 or 23.01% from 326); Blue value is 168 (66.02% from 255 or 51.53% from 326); Max value from RGB is 168 - color contains mainly: blue. Hex color #534BA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534BA8 is #ACB457. Grayscale: #575757. Windows color (decimal): -11318360 or 11029331. OLE color: 11029331.
HSL color Cylindrical-coordinate representation of color #534BA8: hue angle of 245.16º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #534BA8 is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 83 | 75 | 168 | - |
| CMYK | 0.51 | 0.55 | 0 | 0.34 |
| HSL | 245.16º | 0.38% | 0.48% | - |
| HSV(B) | 245.16º | 0.55% | 0.66% | - |
| XYZ | 13.15 | 9.7 | 38.22 | - |
| YUV | 87.99 | 173.15 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 168 | 0.51 | 0.55 | 0 | 0.34 | 245.16 | 0.38 | 0.48 |
| Hex | 53 | 4B | A8 | 33 | 37 | 0 | 22 | F5 | 26 | 30 |
| Octal | 123 | 113 | 250 | 63 | 67 | 0 | 42 | 365 | 46 | 60 |
| Binary | 1010011 | 1001011 | 10101000 | 110011 | 110111 | 0 | 100010 | 11110101 | 100110 | 110000 |
Color Harmonies of #534BA8
Complementary color
Monochromatic Colors of #534BA8
Black with #534BA8
Text Example
Text Example
White with #534BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534BA8; }
p { color: rgb(83,75,168); }
H1.HeaderClassName
{
color: #534BA8;
}
.AnyTagClassName
{
color: #534BA8;
}
</style>
background-color css
<style>
a { background-color: #534BA8; }
a { background-color: rgb(83,75,168); }
div.DivClassName
{
background-color: #534BA8;
}
.BgClassName
{
background-color: #534BA8;
}
</style>
border-color css
<style>
span { border-color: #534BA8; }
span { border-color: rgb(83,75,168); }
td.TdClassName
{
border-color: #534BA8;
}
.TagClassName
{
border-color: #534BA8;
}
</style>