Shades of Rich Blue #534EB4
Tints of Rich Blue #534EB4
RGB
CMYK
RGB Variations
Color information
#534EB4 (or 0x534EB4) is known color: Rich Blue. HEX triplet: 53, 4E and B4. RGB value is (83,78,180). Sum of RGB (Red+Green+Blue) = 83+78+180=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 180 (70.70% from 255 or 52.79% from 341); Max value from RGB is 180 - color contains mainly: blue. Hex color #534EB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #534EB4 is #ACB14B. Grayscale: #5A5A5A. Windows color (decimal): -11317580 or 11816531. OLE color: 11816531.
HSL color Cylindrical-coordinate representation of color #534EB4: hue angle of 242.94º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #534EB4 is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 78 | 180 | - |
| CMYK | 0.54 | 0.57 | 0 | 0.29 |
| HSL | 242.94º | 0.4% | 0.51% | - |
| HSV(B) | 242.94º | 0.57% | 0.71% | - |
| XYZ | 14.53 | 10.58 | 44.46 | - |
| YUV | 91.12 | 178.16 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 180 | 0.54 | 0.57 | 0 | 0.29 | 242.94 | 0.4 | 0.51 |
| Hex | 53 | 4E | B4 | 36 | 39 | 0 | 1D | F3 | 28 | 33 |
| Octal | 123 | 116 | 264 | 66 | 71 | 0 | 35 | 363 | 50 | 63 |
| Binary | 1010011 | 1001110 | 10110100 | 110110 | 111001 | 0 | 11101 | 11110011 | 101000 | 110011 |
Color Harmonies of #534EB4
Complementary color
Monochromatic Colors of #534EB4
Black with #534EB4
Text Example
Text Example
White with #534EB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534EB4; }
p { color: rgb(83,78,180); }
H1.HeaderClassName
{
color: #534EB4;
}
.AnyTagClassName
{
color: #534EB4;
}
</style>
background-color css
<style>
a { background-color: #534EB4; }
a { background-color: rgb(83,78,180); }
div.DivClassName
{
background-color: #534EB4;
}
.BgClassName
{
background-color: #534EB4;
}
</style>
border-color css
<style>
span { border-color: #534EB4; }
span { border-color: rgb(83,78,180); }
td.TdClassName
{
border-color: #534EB4;
}
.TagClassName
{
border-color: #534EB4;
}
</style>