Shades of Rich Blue #534DB7
Tints of Rich Blue #534DB7
RGB
CMYK
RGB Variations
Color information
#534DB7 (or 0x534DB7) is known color: Rich Blue. HEX triplet: 53, 4D and B7. RGB value is (83,77,183). Sum of RGB (Red+Green+Blue) = 83+77+183=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 183 (71.88% from 255 or 53.35% from 343); Max value from RGB is 183 - color contains mainly: blue. Hex color #534DB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534DB7 is #ACB248. Grayscale: #5A5A5A. Windows color (decimal): -11317833 or 12012883. OLE color: 12012883.
HSL color Cylindrical-coordinate representation of color #534DB7: hue angle of 243.4º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #534DB7 is Cyan = 0.55, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 83 | 77 | 183 | - |
| CMYK | 0.55 | 0.58 | 0 | 0.28 |
| HSL | 243.4º | 0.42% | 0.51% | - |
| HSV(B) | 243.4º | 0.58% | 0.72% | - |
| XYZ | 14.77 | 10.57 | 46.06 | - |
| YUV | 90.88 | 179.99 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 183 | 0.55 | 0.58 | 0 | 0.28 | 243.4 | 0.42 | 0.51 |
| Hex | 53 | 4D | B7 | 37 | 3A | 0 | 1C | F3 | 2A | 33 |
| Octal | 123 | 115 | 267 | 67 | 72 | 0 | 34 | 363 | 52 | 63 |
| Binary | 1010011 | 1001101 | 10110111 | 110111 | 111010 | 0 | 11100 | 11110011 | 101010 | 110011 |
Color Harmonies of #534DB7
Complementary color
Monochromatic Colors of #534DB7
Black with #534DB7
Text Example
Text Example
White with #534DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534DB7; }
p { color: rgb(83,77,183); }
H1.HeaderClassName
{
color: #534DB7;
}
.AnyTagClassName
{
color: #534DB7;
}
</style>
background-color css
<style>
a { background-color: #534DB7; }
a { background-color: rgb(83,77,183); }
div.DivClassName
{
background-color: #534DB7;
}
.BgClassName
{
background-color: #534DB7;
}
</style>
border-color css
<style>
span { border-color: #534DB7; }
span { border-color: rgb(83,77,183); }
td.TdClassName
{
border-color: #534DB7;
}
.TagClassName
{
border-color: #534DB7;
}
</style>