Shades of Victoria #534978
Tints of Victoria #534978
RGB
CMYK
RGB Variations
Color information
#534978 (or 0x534978) is known color: Victoria. HEX triplet: 53, 49 and 78. RGB value is (83,73,120). Sum of RGB (Red+Green+Blue) = 83+73+120=276 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.07% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 120 (47.27% from 255 or 43.48% from 276); Max value from RGB is 120 - color contains mainly: blue. Hex color #534978 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534978 is #ACB687. Grayscale: #515151. Windows color (decimal): -11318920 or 7883091. OLE color: 7883091.
HSL color Cylindrical-coordinate representation of color #534978: hue angle of 252.77º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #534978 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 83 | 73 | 120 | - |
| CMYK | 0.31 | 0.39 | 0 | 0.53 |
| HSL | 252.77º | 0.24% | 0.38% | - |
| HSV(B) | 252.77º | 0.39% | 0.47% | - |
| XYZ | 9.34 | 7.96 | 18.81 | - |
| YUV | 81.35 | 149.81 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 73 | 120 | 0.31 | 0.39 | 0 | 0.53 | 252.77 | 0.24 | 0.38 |
| Hex | 53 | 49 | 78 | 1F | 27 | 0 | 35 | FD | 18 | 26 |
| Octal | 123 | 111 | 170 | 37 | 47 | 0 | 65 | 375 | 30 | 46 |
| Binary | 1010011 | 1001001 | 1111000 | 11111 | 100111 | 0 | 110101 | 11111101 | 11000 | 100110 |
Color Harmonies of #534978
Complementary color
Monochromatic Colors of #534978
Black with #534978
Text Example
Text Example
White with #534978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534978; }
p { color: rgb(83,73,120); }
H1.HeaderClassName
{
color: #534978;
}
.AnyTagClassName
{
color: #534978;
}
</style>
background-color css
<style>
a { background-color: #534978; }
a { background-color: rgb(83,73,120); }
div.DivClassName
{
background-color: #534978;
}
.BgClassName
{
background-color: #534978;
}
</style>
border-color css
<style>
span { border-color: #534978; }
span { border-color: rgb(83,73,120); }
td.TdClassName
{
border-color: #534978;
}
.TagClassName
{
border-color: #534978;
}
</style>