Shades of Rich Blue #534CB5
Tints of Rich Blue #534CB5
RGB
CMYK
RGB Variations
Color information
#534CB5 (or 0x534CB5) is known color: Rich Blue. HEX triplet: 53, 4C and B5. RGB value is (83,76,181). Sum of RGB (Red+Green+Blue) = 83+76+181=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 76 (30.08% from 255 or 22.35% from 340); Blue value is 181 (71.09% from 255 or 53.24% from 340); Max value from RGB is 181 - color contains mainly: blue. Hex color #534CB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #534CB5 is #ACB34A. Grayscale: #595959. Windows color (decimal): -11318091 or 11881555. OLE color: 11881555.
HSL color Cylindrical-coordinate representation of color #534CB5: hue angle of 244º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #534CB5 is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 76 | 181 | - |
| CMYK | 0.54 | 0.58 | 0 | 0.29 |
| HSL | 244º | 0.42% | 0.5% | - |
| HSV(B) | 244º | 0.58% | 0.71% | - |
| XYZ | 14.49 | 10.34 | 44.95 | - |
| YUV | 90.06 | 179.32 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 76 | 181 | 0.54 | 0.58 | 0 | 0.29 | 244 | 0.42 | 0.5 |
| Hex | 53 | 4C | B5 | 36 | 3A | 0 | 1D | F4 | 2A | 32 |
| Octal | 123 | 114 | 265 | 66 | 72 | 0 | 35 | 364 | 52 | 62 |
| Binary | 1010011 | 1001100 | 10110101 | 110110 | 111010 | 0 | 11101 | 11110100 | 101010 | 110010 |
Color Harmonies of #534CB5
Complementary color
Monochromatic Colors of #534CB5
Black with #534CB5
Text Example
Text Example
White with #534CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534CB5; }
p { color: rgb(83,76,181); }
H1.HeaderClassName
{
color: #534CB5;
}
.AnyTagClassName
{
color: #534CB5;
}
</style>
background-color css
<style>
a { background-color: #534CB5; }
a { background-color: rgb(83,76,181); }
div.DivClassName
{
background-color: #534CB5;
}
.BgClassName
{
background-color: #534CB5;
}
</style>
border-color css
<style>
span { border-color: #534CB5; }
span { border-color: rgb(83,76,181); }
td.TdClassName
{
border-color: #534CB5;
}
.TagClassName
{
border-color: #534CB5;
}
</style>