Shades of Rich Blue #534CB3
Tints of Rich Blue #534CB3
RGB
CMYK
RGB Variations
Color information
#534CB3 (or 0x534CB3) is known color: Rich Blue. HEX triplet: 53, 4C and B3. RGB value is (83,76,179). Sum of RGB (Red+Green+Blue) = 83+76+179=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 179 (70.31% from 255 or 52.96% from 338); Max value from RGB is 179 - color contains mainly: blue. Hex color #534CB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #534CB3 is #ACB34C. Grayscale: #595959. Windows color (decimal): -11318093 or 11750483. OLE color: 11750483.
HSL color Cylindrical-coordinate representation of color #534CB3: hue angle of 244.08º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #534CB3 is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 83 | 76 | 179 | - |
| CMYK | 0.54 | 0.58 | 0 | 0.30 |
| HSL | 244.08º | 0.4% | 0.5% | - |
| HSV(B) | 244.08º | 0.58% | 0.7% | - |
| XYZ | 14.29 | 10.26 | 43.88 | - |
| YUV | 89.84 | 178.32 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 76 | 179 | 0.54 | 0.58 | 0 | 0.30 | 244.08 | 0.4 | 0.5 |
| Hex | 53 | 4C | B3 | 36 | 3A | 0 | 1E | F4 | 28 | 32 |
| Octal | 123 | 114 | 263 | 66 | 72 | 0 | 36 | 364 | 50 | 62 |
| Binary | 1010011 | 1001100 | 10110011 | 110110 | 111010 | 0 | 11110 | 11110100 | 101000 | 110010 |
Color Harmonies of #534CB3
Complementary color
Monochromatic Colors of #534CB3
Black with #534CB3
Text Example
Text Example
White with #534CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534CB3; }
p { color: rgb(83,76,179); }
H1.HeaderClassName
{
color: #534CB3;
}
.AnyTagClassName
{
color: #534CB3;
}
</style>
background-color css
<style>
a { background-color: #534CB3; }
a { background-color: rgb(83,76,179); }
div.DivClassName
{
background-color: #534CB3;
}
.BgClassName
{
background-color: #534CB3;
}
</style>
border-color css
<style>
span { border-color: #534CB3; }
span { border-color: rgb(83,76,179); }
td.TdClassName
{
border-color: #534CB3;
}
.TagClassName
{
border-color: #534CB3;
}
</style>