Shades of Rich Blue #534AB1
Tints of Rich Blue #534AB1
RGB
CMYK
RGB Variations
Color information
#534AB1 (or 0x534AB1) is known color: Rich Blue. HEX triplet: 53, 4A and B1. RGB value is (83,74,177). Sum of RGB (Red+Green+Blue) = 83+74+177=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 177 (69.53% from 255 or 52.99% from 334); Max value from RGB is 177 - color contains mainly: blue. Hex color #534AB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534AB1 is #ACB54E. Grayscale: #585858. Windows color (decimal): -11318607 or 11618899. OLE color: 11618899.
HSL color Cylindrical-coordinate representation of color #534AB1: hue angle of 245.24º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #534AB1 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 74 | 177 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.31 |
| HSL | 245.24º | 0.41% | 0.49% | - |
| HSV(B) | 245.24º | 0.58% | 0.69% | - |
| XYZ | 13.95 | 9.91 | 42.77 | - |
| YUV | 88.43 | 177.98 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 177 | 0.53 | 0.58 | 0 | 0.31 | 245.24 | 0.41 | 0.49 |
| Hex | 53 | 4A | B1 | 35 | 3A | 0 | 1F | F5 | 29 | 31 |
| Octal | 123 | 112 | 261 | 65 | 72 | 0 | 37 | 365 | 51 | 61 |
| Binary | 1010011 | 1001010 | 10110001 | 110101 | 111010 | 0 | 11111 | 11110101 | 101001 | 110001 |
Color Harmonies of #534AB1
Complementary color
Monochromatic Colors of #534AB1
Black with #534AB1
Text Example
Text Example
White with #534AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534AB1; }
p { color: rgb(83,74,177); }
H1.HeaderClassName
{
color: #534AB1;
}
.AnyTagClassName
{
color: #534AB1;
}
</style>
background-color css
<style>
a { background-color: #534AB1; }
a { background-color: rgb(83,74,177); }
div.DivClassName
{
background-color: #534AB1;
}
.BgClassName
{
background-color: #534AB1;
}
</style>
border-color css
<style>
span { border-color: #534AB1; }
span { border-color: rgb(83,74,177); }
td.TdClassName
{
border-color: #534AB1;
}
.TagClassName
{
border-color: #534AB1;
}
</style>