Shades of Victoria #534A85
Tints of Victoria #534A85
RGB
CMYK
RGB Variations
Color information
#534A85 (or 0x534A85) is known color: Victoria. HEX triplet: 53, 4A and 85. RGB value is (83,74,133). Sum of RGB (Red+Green+Blue) = 83+74+133=290 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.62% from 290); Green value is 74 (29.30% from 255 or 25.52% from 290); Blue value is 133 (52.34% from 255 or 45.86% from 290); Max value from RGB is 133 - color contains mainly: blue. Hex color #534A85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #534A85 is #ACB57A. Grayscale: #535353. Windows color (decimal): -11318651 or 8735315. OLE color: 8735315.
HSL color Cylindrical-coordinate representation of color #534A85: hue angle of 249.15º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #534A85 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 83 | 74 | 133 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.48 |
| HSL | 249.15º | 0.29% | 0.41% | - |
| HSV(B) | 249.15º | 0.44% | 0.52% | - |
| XYZ | 10.25 | 8.43 | 23.28 | - |
| YUV | 83.42 | 155.98 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 74 | 133 | 0.38 | 0.44 | 0 | 0.48 | 249.15 | 0.29 | 0.41 |
| Hex | 53 | 4A | 85 | 26 | 2C | 0 | 30 | F9 | 1D | 29 |
| Octal | 123 | 112 | 205 | 46 | 54 | 0 | 60 | 371 | 35 | 51 |
| Binary | 1010011 | 1001010 | 10000101 | 100110 | 101100 | 0 | 110000 | 11111001 | 11101 | 101001 |
Color Harmonies of #534A85
Complementary color
Monochromatic Colors of #534A85
Black with #534A85
Text Example
Text Example
White with #534A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534A85; }
p { color: rgb(83,74,133); }
H1.HeaderClassName
{
color: #534A85;
}
.AnyTagClassName
{
color: #534A85;
}
</style>
background-color css
<style>
a { background-color: #534A85; }
a { background-color: rgb(83,74,133); }
div.DivClassName
{
background-color: #534A85;
}
.BgClassName
{
background-color: #534A85;
}
</style>
border-color css
<style>
span { border-color: #534A85; }
span { border-color: rgb(83,74,133); }
td.TdClassName
{
border-color: #534A85;
}
.TagClassName
{
border-color: #534A85;
}
</style>