Shades of Victoria #534E7A
Tints of Victoria #534E7A
RGB
CMYK
RGB Variations
Color information
#534E7A (or 0x534E7A) is known color: Victoria. HEX triplet: 53, 4E and 7A. RGB value is (83,78,122). Sum of RGB (Red+Green+Blue) = 83+78+122=283 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.33% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 122 (48.05% from 255 or 43.11% from 283); Max value from RGB is 122 - color contains mainly: blue. Hex color #534E7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534E7A is #ACB185. Grayscale: #545454. Windows color (decimal): -11317638 or 8015443. OLE color: 8015443.
HSL color Cylindrical-coordinate representation of color #534E7A: hue angle of 246.82º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #534E7A is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 83 | 78 | 122 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.52 |
| HSL | 246.82º | 0.22% | 0.39% | - |
| HSV(B) | 246.82º | 0.36% | 0.48% | - |
| XYZ | 9.8 | 8.69 | 19.57 | - |
| YUV | 84.51 | 149.16 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 122 | 0.32 | 0.36 | 0 | 0.52 | 246.82 | 0.22 | 0.39 |
| Hex | 53 | 4E | 7A | 20 | 24 | 0 | 34 | F7 | 16 | 27 |
| Octal | 123 | 116 | 172 | 40 | 44 | 0 | 64 | 367 | 26 | 47 |
| Binary | 1010011 | 1001110 | 1111010 | 100000 | 100100 | 0 | 110100 | 11110111 | 10110 | 100111 |
Color Harmonies of #534E7A
Complementary color
Monochromatic Colors of #534E7A
Black with #534E7A
Text Example
Text Example
White with #534E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E7A; }
p { color: rgb(83,78,122); }
H1.HeaderClassName
{
color: #534E7A;
}
.AnyTagClassName
{
color: #534E7A;
}
</style>
background-color css
<style>
a { background-color: #534E7A; }
a { background-color: rgb(83,78,122); }
div.DivClassName
{
background-color: #534E7A;
}
.BgClassName
{
background-color: #534E7A;
}
</style>
border-color css
<style>
span { border-color: #534E7A; }
span { border-color: rgb(83,78,122); }
td.TdClassName
{
border-color: #534E7A;
}
.TagClassName
{
border-color: #534E7A;
}
</style>