Shades of Victoria #534D80
Tints of Victoria #534D80
RGB
CMYK
RGB Variations
Color information
#534D80 (or 0x534D80) is known color: Victoria. HEX triplet: 53, 4D and 80. RGB value is (83,77,128). Sum of RGB (Red+Green+Blue) = 83+77+128=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 128 (50.39% from 255 or 44.44% from 288); Max value from RGB is 128 - color contains mainly: blue. Hex color #534D80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #534D80 is #ACB27F. Grayscale: #545454. Windows color (decimal): -11317888 or 8408403. OLE color: 8408403.
HSL color Cylindrical-coordinate representation of color #534D80: hue angle of 247.06º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #534D80 is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 83 | 77 | 128 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.50 |
| HSL | 247.06º | 0.25% | 0.4% | - |
| HSV(B) | 247.06º | 0.4% | 0.5% | - |
| XYZ | 10.12 | 8.71 | 21.57 | - |
| YUV | 84.61 | 152.49 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 128 | 0.35 | 0.40 | 0 | 0.50 | 247.06 | 0.25 | 0.4 |
| Hex | 53 | 4D | 80 | 23 | 28 | 0 | 32 | F7 | 19 | 28 |
| Octal | 123 | 115 | 200 | 43 | 50 | 0 | 62 | 367 | 31 | 50 |
| Binary | 1010011 | 1001101 | 10000000 | 100011 | 101000 | 0 | 110010 | 11110111 | 11001 | 101000 |
Color Harmonies of #534D80
Complementary color
Monochromatic Colors of #534D80
Black with #534D80
Text Example
Text Example
White with #534D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534D80; }
p { color: rgb(83,77,128); }
H1.HeaderClassName
{
color: #534D80;
}
.AnyTagClassName
{
color: #534D80;
}
</style>
background-color css
<style>
a { background-color: #534D80; }
a { background-color: rgb(83,77,128); }
div.DivClassName
{
background-color: #534D80;
}
.BgClassName
{
background-color: #534D80;
}
</style>
border-color css
<style>
span { border-color: #534D80; }
span { border-color: rgb(83,77,128); }
td.TdClassName
{
border-color: #534D80;
}
.TagClassName
{
border-color: #534D80;
}
</style>