Shades of Rich Blue #534FB0
Tints of Rich Blue #534FB0
RGB
CMYK
RGB Variations
Color information
#534FB0 (or 0x534FB0) is known color: Rich Blue. HEX triplet: 53, 4F and B0. RGB value is (83,79,176). Sum of RGB (Red+Green+Blue) = 83+79+176=338 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.56% from 338); Green value is 79 (31.25% from 255 or 23.37% from 338); Blue value is 176 (69.14% from 255 or 52.07% from 338); Max value from RGB is 176 - color contains mainly: blue. Hex color #534FB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #534FB0 is #ACB04F. Grayscale: #5A5A5A. Windows color (decimal): -11317328 or 11554643. OLE color: 11554643.
HSL color Cylindrical-coordinate representation of color #534FB0: hue angle of 242.47º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #534FB0 is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 79 | 176 | - |
| CMYK | 0.53 | 0.55 | 0 | 0.31 |
| HSL | 242.47º | 0.38% | 0.5% | - |
| HSV(B) | 242.47º | 0.55% | 0.69% | - |
| XYZ | 14.2 | 10.57 | 42.37 | - |
| YUV | 91.25 | 175.83 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 176 | 0.53 | 0.55 | 0 | 0.31 | 242.47 | 0.38 | 0.5 |
| Hex | 53 | 4F | B0 | 35 | 37 | 0 | 1F | F2 | 26 | 32 |
| Octal | 123 | 117 | 260 | 65 | 67 | 0 | 37 | 362 | 46 | 62 |
| Binary | 1010011 | 1001111 | 10110000 | 110101 | 110111 | 0 | 11111 | 11110010 | 100110 | 110010 |
Color Harmonies of #534FB0
Complementary color
Monochromatic Colors of #534FB0
Black with #534FB0
Text Example
Text Example
White with #534FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534FB0; }
p { color: rgb(83,79,176); }
H1.HeaderClassName
{
color: #534FB0;
}
.AnyTagClassName
{
color: #534FB0;
}
</style>
background-color css
<style>
a { background-color: #534FB0; }
a { background-color: rgb(83,79,176); }
div.DivClassName
{
background-color: #534FB0;
}
.BgClassName
{
background-color: #534FB0;
}
</style>
border-color css
<style>
span { border-color: #534FB0; }
span { border-color: rgb(83,79,176); }
td.TdClassName
{
border-color: #534FB0;
}
.TagClassName
{
border-color: #534FB0;
}
</style>