Shades of Victoria #524D70
Tints of Victoria #524D70
RGB
CMYK
RGB Variations
Color information
#524D70 (or 0x524D70) is known color: Victoria. HEX triplet: 52, 4D and 70. RGB value is (82,77,112). Sum of RGB (Red+Green+Blue) = 82+77+112=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 112 - color contains mainly: blue. Hex color #524D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524D70 is #ADB28F. Grayscale: #525252. Windows color (decimal): -11383440 or 7359826. OLE color: 7359826.
HSL color Cylindrical-coordinate representation of color #524D70: hue angle of 248.57º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #524D70 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 82 | 77 | 112 | - |
| CMYK | 0.27 | 0.31 | 0 | 0.56 |
| HSL | 248.57º | 0.19% | 0.37% | - |
| HSV(B) | 248.57º | 0.31% | 0.44% | - |
| XYZ | 9.06 | 8.27 | 16.45 | - |
| YUV | 82.49 | 144.66 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 77 | 112 | 0.27 | 0.31 | 0 | 0.56 | 248.57 | 0.19 | 0.37 |
| Hex | 52 | 4D | 70 | 1B | 1F | 0 | 38 | F9 | 13 | 25 |
| Octal | 122 | 115 | 160 | 33 | 37 | 0 | 70 | 371 | 23 | 45 |
| Binary | 1010010 | 1001101 | 1110000 | 11011 | 11111 | 0 | 111000 | 11111001 | 10011 | 100101 |
Color Harmonies of #524D70
Complementary color
Monochromatic Colors of #524D70
Black with #524D70
Text Example
Text Example
White with #524D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524D70; }
p { color: rgb(82,77,112); }
H1.HeaderClassName
{
color: #524D70;
}
.AnyTagClassName
{
color: #524D70;
}
</style>
background-color css
<style>
a { background-color: #524D70; }
a { background-color: rgb(82,77,112); }
div.DivClassName
{
background-color: #524D70;
}
.BgClassName
{
background-color: #524D70;
}
</style>
border-color css
<style>
span { border-color: #524D70; }
span { border-color: rgb(82,77,112); }
td.TdClassName
{
border-color: #524D70;
}
.TagClassName
{
border-color: #524D70;
}
</style>