Shades of Victoria #534E7C
Tints of Victoria #534E7C
RGB
CMYK
RGB Variations
Color information
#534E7C (or 0x534E7C) is known color: Victoria. HEX triplet: 53, 4E and 7C. RGB value is (83,78,124). Sum of RGB (Red+Green+Blue) = 83+78+124=285 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.12% from 285); Green value is 78 (30.86% from 255 or 27.37% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 124 - color contains mainly: blue. Hex color #534E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #534E7C is #ACB183. Grayscale: #545454. Windows color (decimal): -11317636 or 8146515. OLE color: 8146515.
HSL color Cylindrical-coordinate representation of color #534E7C: hue angle of 246.52º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #534E7C is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 78 | 124 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.51 |
| HSL | 246.52º | 0.23% | 0.4% | - |
| HSV(B) | 246.52º | 0.37% | 0.49% | - |
| XYZ | 9.93 | 8.74 | 20.23 | - |
| YUV | 84.74 | 150.16 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 78 | 124 | 0.33 | 0.37 | 0 | 0.51 | 246.52 | 0.23 | 0.4 |
| Hex | 53 | 4E | 7C | 21 | 25 | 0 | 33 | F7 | 17 | 28 |
| Octal | 123 | 116 | 174 | 41 | 45 | 0 | 63 | 367 | 27 | 50 |
| Binary | 1010011 | 1001110 | 1111100 | 100001 | 100101 | 0 | 110011 | 11110111 | 10111 | 101000 |
Color Harmonies of #534E7C
Complementary color
Monochromatic Colors of #534E7C
Black with #534E7C
Text Example
Text Example
White with #534E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #534E7C; }
p { color: rgb(83,78,124); }
H1.HeaderClassName
{
color: #534E7C;
}
.AnyTagClassName
{
color: #534E7C;
}
</style>
background-color css
<style>
a { background-color: #534E7C; }
a { background-color: rgb(83,78,124); }
div.DivClassName
{
background-color: #534E7C;
}
.BgClassName
{
background-color: #534E7C;
}
</style>
border-color css
<style>
span { border-color: #534E7C; }
span { border-color: rgb(83,78,124); }
td.TdClassName
{
border-color: #534E7C;
}
.TagClassName
{
border-color: #534E7C;
}
</style>