Shades of Rich Blue #534EB9
Tints of Rich Blue #534EB9
RGB
CMYK
RGB Variations
Color information
#534EB9 (or 0x534EB9) is known color: Rich Blue. HEX triplet: 53, 4E and B9. RGB value is (83,78,185). Sum of RGB (Red+Green+Blue) = 83+78+185=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 185 (72.66% from 255 or 53.47% from 346); Max value from RGB is 185 - color contains mainly: blue. Hex color #534EB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534EB9 is #ACB146. Grayscale: #5B5B5B. Windows color (decimal): -11317575 or 12144211. OLE color: 12144211.
HSL color Cylindrical-coordinate representation of color #534EB9: hue angle of 242.8º degrees, saturation: 0.43, 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 #534EB9 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 78 | 185 | - |
| CMYK | 0.55 | 0.58 | 0 | 0.27 |
| HSL | 242.8º | 0.43% | 0.52% | - |
| HSV(B) | 242.8º | 0.58% | 0.73% | - |
| XYZ | 15.05 | 10.79 | 47.19 | - |
| YUV | 91.69 | 180.66 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 185 | 0.55 | 0.58 | 0 | 0.27 | 242.8 | 0.43 | 0.52 |
| Hex | 53 | 4E | B9 | 37 | 3A | 0 | 1B | F3 | 2B | 34 |
| Octal | 123 | 116 | 271 | 67 | 72 | 0 | 33 | 363 | 53 | 64 |
| Binary | 1010011 | 1001110 | 10111001 | 110111 | 111010 | 0 | 11011 | 11110011 | 101011 | 110100 |
Color Harmonies of #534EB9
Complementary color
Monochromatic Colors of #534EB9
Black with #534EB9
Text Example
Text Example
White with #534EB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534EB9; }
p { color: rgb(83,78,185); }
H1.HeaderClassName
{
color: #534EB9;
}
.AnyTagClassName
{
color: #534EB9;
}
</style>
background-color css
<style>
a { background-color: #534EB9; }
a { background-color: rgb(83,78,185); }
div.DivClassName
{
background-color: #534EB9;
}
.BgClassName
{
background-color: #534EB9;
}
</style>
border-color css
<style>
span { border-color: #534EB9; }
span { border-color: rgb(83,78,185); }
td.TdClassName
{
border-color: #534EB9;
}
.TagClassName
{
border-color: #534EB9;
}
</style>