Shades of Victoria #534E85
Tints of Victoria #534E85
RGB
CMYK
RGB Variations
Color information
#534E85 (or 0x534E85) is known color: Victoria. HEX triplet: 53, 4E and 85. RGB value is (83,78,133). Sum of RGB (Red+Green+Blue) = 83+78+133=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 78 (30.86% from 255 or 26.53% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 133 - color contains mainly: blue. Hex color #534E85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #534E85 is #ACB17A. Grayscale: #555555. Windows color (decimal): -11317627 or 8736339. OLE color: 8736339.
HSL color Cylindrical-coordinate representation of color #534E85: hue angle of 245.45º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #534E85 is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 83 | 78 | 133 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.48 |
| HSL | 245.45º | 0.26% | 0.41% | - |
| HSV(B) | 245.45º | 0.41% | 0.52% | - |
| XYZ | 10.53 | 8.98 | 23.37 | - |
| YUV | 85.77 | 154.66 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 133 | 0.38 | 0.41 | 0 | 0.48 | 245.45 | 0.26 | 0.41 |
| Hex | 53 | 4E | 85 | 26 | 29 | 0 | 30 | F5 | 1A | 29 |
| Octal | 123 | 116 | 205 | 46 | 51 | 0 | 60 | 365 | 32 | 51 |
| Binary | 1010011 | 1001110 | 10000101 | 100110 | 101001 | 0 | 110000 | 11110101 | 11010 | 101001 |
Color Harmonies of #534E85
Complementary color
Monochromatic Colors of #534E85
Black with #534E85
Text Example
Text Example
White with #534E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E85; }
p { color: rgb(83,78,133); }
H1.HeaderClassName
{
color: #534E85;
}
.AnyTagClassName
{
color: #534E85;
}
</style>
background-color css
<style>
a { background-color: #534E85; }
a { background-color: rgb(83,78,133); }
div.DivClassName
{
background-color: #534E85;
}
.BgClassName
{
background-color: #534E85;
}
</style>
border-color css
<style>
span { border-color: #534E85; }
span { border-color: rgb(83,78,133); }
td.TdClassName
{
border-color: #534E85;
}
.TagClassName
{
border-color: #534E85;
}
</style>