Shades of Victoria #534E73
Tints of Victoria #534E73
RGB
CMYK
RGB Variations
Color information
#534E73 (or 0x534E73) is known color: Victoria. HEX triplet: 53, 4E and 73. RGB value is (83,78,115). Sum of RGB (Red+Green+Blue) = 83+78+115=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 78 (30.86% from 255 or 28.26% from 276); Blue value is 115 (45.31% from 255 or 41.67% from 276); Max value from RGB is 115 - color contains mainly: blue. Hex color #534E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534E73 is #ACB18C. Grayscale: #535353. Windows color (decimal): -11317645 or 7556691. OLE color: 7556691.
HSL color Cylindrical-coordinate representation of color #534E73: hue angle of 248.11º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #534E73 is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 78 | 115 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.55 |
| HSL | 248.11º | 0.19% | 0.38% | - |
| HSV(B) | 248.11º | 0.32% | 0.45% | - |
| XYZ | 9.39 | 8.53 | 17.37 | - |
| YUV | 83.71 | 145.66 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 115 | 0.28 | 0.32 | 0 | 0.55 | 248.11 | 0.19 | 0.38 |
| Hex | 53 | 4E | 73 | 1C | 20 | 0 | 37 | F8 | 13 | 26 |
| Octal | 123 | 116 | 163 | 34 | 40 | 0 | 67 | 370 | 23 | 46 |
| Binary | 1010011 | 1001110 | 1110011 | 11100 | 100000 | 0 | 110111 | 11111000 | 10011 | 100110 |
Color Harmonies of #534E73
Complementary color
Monochromatic Colors of #534E73
Black with #534E73
Text Example
Text Example
White with #534E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E73; }
p { color: rgb(83,78,115); }
H1.HeaderClassName
{
color: #534E73;
}
.AnyTagClassName
{
color: #534E73;
}
</style>
background-color css
<style>
a { background-color: #534E73; }
a { background-color: rgb(83,78,115); }
div.DivClassName
{
background-color: #534E73;
}
.BgClassName
{
background-color: #534E73;
}
</style>
border-color css
<style>
span { border-color: #534E73; }
span { border-color: rgb(83,78,115); }
td.TdClassName
{
border-color: #534E73;
}
.TagClassName
{
border-color: #534E73;
}
</style>