Shades of Rich Blue #534BBA
Tints of Rich Blue #534BBA
RGB
CMYK
RGB Variations
Color information
#534BBA (or 0x534BBA) is known color: Rich Blue. HEX triplet: 53, 4B and BA. RGB value is (83,75,186). Sum of RGB (Red+Green+Blue) = 83+75+186=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #534BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #534BBA is #ACB445. Grayscale: #595959. Windows color (decimal): -11318342 or 12208979. OLE color: 12208979.
HSL color Cylindrical-coordinate representation of color #534BBA: hue angle of 244.32º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #534BBA is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 75 | 186 | - |
| CMYK | 0.55 | 0.60 | 0 | 0.27 |
| HSL | 244.32º | 0.45% | 0.51% | - |
| HSV(B) | 244.32º | 0.6% | 0.73% | - |
| XYZ | 14.95 | 10.42 | 47.68 | - |
| YUV | 90.05 | 182.15 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 75 | 186 | 0.55 | 0.60 | 0 | 0.27 | 244.32 | 0.45 | 0.51 |
| Hex | 53 | 4B | BA | 37 | 3C | 0 | 1B | F4 | 2D | 33 |
| Octal | 123 | 113 | 272 | 67 | 74 | 0 | 33 | 364 | 55 | 63 |
| Binary | 1010011 | 1001011 | 10111010 | 110111 | 111100 | 0 | 11011 | 11110100 | 101101 | 110011 |
Color Harmonies of #534BBA
Complementary color
Monochromatic Colors of #534BBA
Black with #534BBA
Text Example
Text Example
White with #534BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534BBA; }
p { color: rgb(83,75,186); }
H1.HeaderClassName
{
color: #534BBA;
}
.AnyTagClassName
{
color: #534BBA;
}
</style>
background-color css
<style>
a { background-color: #534BBA; }
a { background-color: rgb(83,75,186); }
div.DivClassName
{
background-color: #534BBA;
}
.BgClassName
{
background-color: #534BBA;
}
</style>
border-color css
<style>
span { border-color: #534BBA; }
span { border-color: rgb(83,75,186); }
td.TdClassName
{
border-color: #534BBA;
}
.TagClassName
{
border-color: #534BBA;
}
</style>