Shades of Victoria #534D78
Tints of Victoria #534D78
RGB
CMYK
RGB Variations
Color information
#534D78 (or 0x534D78) is known color: Victoria. HEX triplet: 53, 4D and 78. RGB value is (83,77,120). Sum of RGB (Red+Green+Blue) = 83+77+120=280 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.64% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 120 - color contains mainly: blue. Hex color #534D78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534D78 is #ACB287. Grayscale: #535353. Windows color (decimal): -11317896 or 7884115. OLE color: 7884115.
HSL color Cylindrical-coordinate representation of color #534D78: hue angle of 248.37º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #534D78 is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 83 | 77 | 120 | - |
| CMYK | 0.31 | 0.36 | 0 | 0.53 |
| HSL | 248.37º | 0.22% | 0.39% | - |
| HSV(B) | 248.37º | 0.36% | 0.47% | - |
| XYZ | 9.61 | 8.5 | 18.9 | - |
| YUV | 83.7 | 148.49 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 120 | 0.31 | 0.36 | 0 | 0.53 | 248.37 | 0.22 | 0.39 |
| Hex | 53 | 4D | 78 | 1F | 24 | 0 | 35 | F8 | 16 | 27 |
| Octal | 123 | 115 | 170 | 37 | 44 | 0 | 65 | 370 | 26 | 47 |
| Binary | 1010011 | 1001101 | 1111000 | 11111 | 100100 | 0 | 110101 | 11111000 | 10110 | 100111 |
Color Harmonies of #534D78
Complementary color
Monochromatic Colors of #534D78
Black with #534D78
Text Example
Text Example
White with #534D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534D78; }
p { color: rgb(83,77,120); }
H1.HeaderClassName
{
color: #534D78;
}
.AnyTagClassName
{
color: #534D78;
}
</style>
background-color css
<style>
a { background-color: #534D78; }
a { background-color: rgb(83,77,120); }
div.DivClassName
{
background-color: #534D78;
}
.BgClassName
{
background-color: #534D78;
}
</style>
border-color css
<style>
span { border-color: #534D78; }
span { border-color: rgb(83,77,120); }
td.TdClassName
{
border-color: #534D78;
}
.TagClassName
{
border-color: #534D78;
}
</style>