Shades of Rich Blue #534FBA
Tints of Rich Blue #534FBA
RGB
CMYK
RGB Variations
Color information
#534FBA (or 0x534FBA) is known color: Rich Blue. HEX triplet: 53, 4F and BA. RGB value is (83,79,186). Sum of RGB (Red+Green+Blue) = 83+79+186=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 79 (31.25% from 255 or 22.70% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #534FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534FBA is #ACB045. Grayscale: #5B5B5B. Windows color (decimal): -11317318 or 12210003. OLE color: 12210003.
HSL color Cylindrical-coordinate representation of color #534FBA: hue angle of 242.24º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #534FBA is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 79 | 186 | - |
| CMYK | 0.55 | 0.58 | 0 | 0.27 |
| HSL | 242.24º | 0.44% | 0.52% | - |
| HSV(B) | 242.24º | 0.58% | 0.73% | - |
| XYZ | 15.23 | 10.98 | 47.77 | - |
| YUV | 92.39 | 180.83 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 186 | 0.55 | 0.58 | 0 | 0.27 | 242.24 | 0.44 | 0.52 |
| Hex | 53 | 4F | BA | 37 | 3A | 0 | 1B | F2 | 2C | 34 |
| Octal | 123 | 117 | 272 | 67 | 72 | 0 | 33 | 362 | 54 | 64 |
| Binary | 1010011 | 1001111 | 10111010 | 110111 | 111010 | 0 | 11011 | 11110010 | 101100 | 110100 |
Color Harmonies of #534FBA
Complementary color
Monochromatic Colors of #534FBA
Black with #534FBA
Text Example
Text Example
White with #534FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534FBA; }
p { color: rgb(83,79,186); }
H1.HeaderClassName
{
color: #534FBA;
}
.AnyTagClassName
{
color: #534FBA;
}
</style>
background-color css
<style>
a { background-color: #534FBA; }
a { background-color: rgb(83,79,186); }
div.DivClassName
{
background-color: #534FBA;
}
.BgClassName
{
background-color: #534FBA;
}
</style>
border-color css
<style>
span { border-color: #534FBA; }
span { border-color: rgb(83,79,186); }
td.TdClassName
{
border-color: #534FBA;
}
.TagClassName
{
border-color: #534FBA;
}
</style>