Shades of Victoria #534D83
Tints of Victoria #534D83
RGB
CMYK
RGB Variations
Color information
#534D83 (or 0x534D83) is known color: Victoria. HEX triplet: 53, 4D and 83. RGB value is (83,77,131). Sum of RGB (Red+Green+Blue) = 83+77+131=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 131 (51.56% from 255 or 45.02% from 291); Max value from RGB is 131 - color contains mainly: blue. Hex color #534D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #534D83 is #ACB27C. Grayscale: #545454. Windows color (decimal): -11317885 or 8605011. OLE color: 8605011.
HSL color Cylindrical-coordinate representation of color #534D83: hue angle of 246.67º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #534D83 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 77 | 131 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.49 |
| HSL | 246.67º | 0.26% | 0.41% | - |
| HSV(B) | 246.67º | 0.41% | 0.51% | - |
| XYZ | 10.32 | 8.79 | 22.62 | - |
| YUV | 84.95 | 153.99 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 77 | 131 | 0.37 | 0.41 | 0 | 0.49 | 246.67 | 0.26 | 0.41 |
| Hex | 53 | 4D | 83 | 25 | 29 | 0 | 31 | F7 | 1A | 29 |
| Octal | 123 | 115 | 203 | 45 | 51 | 0 | 61 | 367 | 32 | 51 |
| Binary | 1010011 | 1001101 | 10000011 | 100101 | 101001 | 0 | 110001 | 11110111 | 11010 | 101001 |
Color Harmonies of #534D83
Complementary color
Monochromatic Colors of #534D83
Black with #534D83
Text Example
Text Example
White with #534D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534D83; }
p { color: rgb(83,77,131); }
H1.HeaderClassName
{
color: #534D83;
}
.AnyTagClassName
{
color: #534D83;
}
</style>
background-color css
<style>
a { background-color: #534D83; }
a { background-color: rgb(83,77,131); }
div.DivClassName
{
background-color: #534D83;
}
.BgClassName
{
background-color: #534D83;
}
</style>
border-color css
<style>
span { border-color: #534D83; }
span { border-color: rgb(83,77,131); }
td.TdClassName
{
border-color: #534D83;
}
.TagClassName
{
border-color: #534D83;
}
</style>