Shades of Victoria #524D7D
Tints of Victoria #524D7D
RGB
CMYK
RGB Variations
Color information
#524D7D (or 0x524D7D) is known color: Victoria. HEX triplet: 52, 4D and 7D. RGB value is (82,77,125). Sum of RGB (Red+Green+Blue) = 82+77+125=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 125 (49.22% from 255 or 44.01% from 284); Max value from RGB is 125 - color contains mainly: blue. Hex color #524D7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524D7D is #ADB282. Grayscale: #535353. Windows color (decimal): -11383427 or 8211794. OLE color: 8211794.
HSL color Cylindrical-coordinate representation of color #524D7D: hue angle of 246.25º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #524D7D is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 77 | 125 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.51 |
| HSL | 246.25º | 0.24% | 0.4% | - |
| HSV(B) | 246.25º | 0.38% | 0.49% | - |
| XYZ | 9.84 | 8.58 | 20.54 | - |
| YUV | 83.97 | 151.16 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 77 | 125 | 0.34 | 0.38 | 0 | 0.51 | 246.25 | 0.24 | 0.4 |
| Hex | 52 | 4D | 7D | 22 | 26 | 0 | 33 | F6 | 18 | 28 |
| Octal | 122 | 115 | 175 | 42 | 46 | 0 | 63 | 366 | 30 | 50 |
| Binary | 1010010 | 1001101 | 1111101 | 100010 | 100110 | 0 | 110011 | 11110110 | 11000 | 101000 |
Color Harmonies of #524D7D
Complementary color
Monochromatic Colors of #524D7D
Black with #524D7D
Text Example
Text Example
White with #524D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524D7D; }
p { color: rgb(82,77,125); }
H1.HeaderClassName
{
color: #524D7D;
}
.AnyTagClassName
{
color: #524D7D;
}
</style>
background-color css
<style>
a { background-color: #524D7D; }
a { background-color: rgb(82,77,125); }
div.DivClassName
{
background-color: #524D7D;
}
.BgClassName
{
background-color: #524D7D;
}
</style>
border-color css
<style>
span { border-color: #524D7D; }
span { border-color: rgb(82,77,125); }
td.TdClassName
{
border-color: #524D7D;
}
.TagClassName
{
border-color: #524D7D;
}
</style>