Shades of Victoria #534E72
Tints of Victoria #534E72
RGB
CMYK
RGB Variations
Color information
#534E72 (or 0x534E72) is known color: Victoria. HEX triplet: 53, 4E and 72. RGB value is (83,78,114). Sum of RGB (Red+Green+Blue) = 83+78+114=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 78 (30.86% from 255 or 28.36% from 275); Blue value is 114 (44.92% from 255 or 41.45% from 275); Max value from RGB is 114 - color contains mainly: blue. Hex color #534E72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534E72 is #ACB18D. Grayscale: #535353. Windows color (decimal): -11317646 or 7491155. OLE color: 7491155.
HSL color Cylindrical-coordinate representation of color #534E72: hue angle of 248.33º 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 #534E72 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 83 | 78 | 114 | - |
| CMYK | 0.27 | 0.32 | 0 | 0.55 |
| HSL | 248.33º | 0.19% | 0.38% | - |
| HSV(B) | 248.33º | 0.32% | 0.45% | - |
| XYZ | 9.33 | 8.5 | 17.07 | - |
| YUV | 83.6 | 145.16 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 114 | 0.27 | 0.32 | 0 | 0.55 | 248.33 | 0.19 | 0.38 |
| Hex | 53 | 4E | 72 | 1B | 20 | 0 | 37 | F8 | 13 | 26 |
| Octal | 123 | 116 | 162 | 33 | 40 | 0 | 67 | 370 | 23 | 46 |
| Binary | 1010011 | 1001110 | 1110010 | 11011 | 100000 | 0 | 110111 | 11111000 | 10011 | 100110 |
Color Harmonies of #534E72
Complementary color
Monochromatic Colors of #534E72
Black with #534E72
Text Example
Text Example
White with #534E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E72; }
p { color: rgb(83,78,114); }
H1.HeaderClassName
{
color: #534E72;
}
.AnyTagClassName
{
color: #534E72;
}
</style>
background-color css
<style>
a { background-color: #534E72; }
a { background-color: rgb(83,78,114); }
div.DivClassName
{
background-color: #534E72;
}
.BgClassName
{
background-color: #534E72;
}
</style>
border-color css
<style>
span { border-color: #534E72; }
span { border-color: rgb(83,78,114); }
td.TdClassName
{
border-color: #534E72;
}
.TagClassName
{
border-color: #534E72;
}
</style>