Shades of Victoria #534E79
Tints of Victoria #534E79
RGB
CMYK
RGB Variations
Color information
#534E79 (or 0x534E79) is known color: Victoria. HEX triplet: 53, 4E and 79. RGB value is (83,78,121). Sum of RGB (Red+Green+Blue) = 83+78+121=282 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.43% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 121 (47.66% from 255 or 42.91% from 282); Max value from RGB is 121 - color contains mainly: blue. Hex color #534E79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534E79 is #ACB186. Grayscale: #545454. Windows color (decimal): -11317639 or 7949907. OLE color: 7949907.
HSL color Cylindrical-coordinate representation of color #534E79: hue angle of 246.98º 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 #534E79 is Cyan = 0.31, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 83 | 78 | 121 | - |
| CMYK | 0.31 | 0.36 | 0 | 0.53 |
| HSL | 246.98º | 0.22% | 0.39% | - |
| HSV(B) | 246.98º | 0.36% | 0.47% | - |
| XYZ | 9.74 | 8.67 | 19.25 | - |
| YUV | 84.4 | 148.66 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 121 | 0.31 | 0.36 | 0 | 0.53 | 246.98 | 0.22 | 0.39 |
| Hex | 53 | 4E | 79 | 1F | 24 | 0 | 35 | F7 | 16 | 27 |
| Octal | 123 | 116 | 171 | 37 | 44 | 0 | 65 | 367 | 26 | 47 |
| Binary | 1010011 | 1001110 | 1111001 | 11111 | 100100 | 0 | 110101 | 11110111 | 10110 | 100111 |
Color Harmonies of #534E79
Complementary color
Monochromatic Colors of #534E79
Black with #534E79
Text Example
Text Example
White with #534E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E79; }
p { color: rgb(83,78,121); }
H1.HeaderClassName
{
color: #534E79;
}
.AnyTagClassName
{
color: #534E79;
}
</style>
background-color css
<style>
a { background-color: #534E79; }
a { background-color: rgb(83,78,121); }
div.DivClassName
{
background-color: #534E79;
}
.BgClassName
{
background-color: #534E79;
}
</style>
border-color css
<style>
span { border-color: #534E79; }
span { border-color: rgb(83,78,121); }
td.TdClassName
{
border-color: #534E79;
}
.TagClassName
{
border-color: #534E79;
}
</style>