Shades of Victoria #534F80
Tints of Victoria #534F80
RGB
CMYK
RGB Variations
Color information
#534F80 (or 0x534F80) is known color: Victoria. HEX triplet: 53, 4F and 80. RGB value is (83,79,128). Sum of RGB (Red+Green+Blue) = 83+79+128=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 79 (31.25% from 255 or 27.24% from 290); Blue value is 128 (50.39% from 255 or 44.14% from 290); Max value from RGB is 128 - color contains mainly: blue. Hex color #534F80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #534F80 is #ACB07F. Grayscale: #555555. Windows color (decimal): -11317376 or 8408915. OLE color: 8408915.
HSL color Cylindrical-coordinate representation of color #534F80: hue angle of 244.9º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #534F80 is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 83 | 79 | 128 | - |
| CMYK | 0.35 | 0.38 | 0 | 0.50 |
| HSL | 244.9º | 0.24% | 0.41% | - |
| HSV(B) | 244.9º | 0.38% | 0.5% | - |
| XYZ | 10.26 | 8.99 | 21.62 | - |
| YUV | 85.78 | 151.83 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 79 | 128 | 0.35 | 0.38 | 0 | 0.50 | 244.9 | 0.24 | 0.41 |
| Hex | 53 | 4F | 80 | 23 | 26 | 0 | 32 | F5 | 18 | 29 |
| Octal | 123 | 117 | 200 | 43 | 46 | 0 | 62 | 365 | 30 | 51 |
| Binary | 1010011 | 1001111 | 10000000 | 100011 | 100110 | 0 | 110010 | 11110101 | 11000 | 101001 |
Color Harmonies of #534F80
Complementary color
Monochromatic Colors of #534F80
Black with #534F80
Text Example
Text Example
White with #534F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534F80; }
p { color: rgb(83,79,128); }
H1.HeaderClassName
{
color: #534F80;
}
.AnyTagClassName
{
color: #534F80;
}
</style>
background-color css
<style>
a { background-color: #534F80; }
a { background-color: rgb(83,79,128); }
div.DivClassName
{
background-color: #534F80;
}
.BgClassName
{
background-color: #534F80;
}
</style>
border-color css
<style>
span { border-color: #534F80; }
span { border-color: rgb(83,79,128); }
td.TdClassName
{
border-color: #534F80;
}
.TagClassName
{
border-color: #534F80;
}
</style>