Shades of Victoria #524F7D
Tints of Victoria #524F7D
RGB
CMYK
RGB Variations
Color information
#524F7D (or 0x524F7D) is known color: Victoria. HEX triplet: 52, 4F and 7D. RGB value is (82,79,125). Sum of RGB (Red+Green+Blue) = 82+79+125=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 79 (31.25% from 255 or 27.62% from 286); Blue value is 125 (49.22% from 255 or 43.71% from 286); Max value from RGB is 125 - color contains mainly: blue. Hex color #524F7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524F7D is #ADB082. Grayscale: #545454. Windows color (decimal): -11382915 or 8212306. OLE color: 8212306.
HSL color Cylindrical-coordinate representation of color #524F7D: hue angle of 243.91º 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 #524F7D is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 79 | 125 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.51 |
| HSL | 243.91º | 0.23% | 0.4% | - |
| HSV(B) | 243.91º | 0.37% | 0.49% | - |
| XYZ | 9.98 | 8.87 | 20.59 | - |
| YUV | 85.14 | 150.49 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 79 | 125 | 0.34 | 0.37 | 0 | 0.51 | 243.91 | 0.23 | 0.4 |
| Hex | 52 | 4F | 7D | 22 | 25 | 0 | 33 | F4 | 17 | 28 |
| Octal | 122 | 117 | 175 | 42 | 45 | 0 | 63 | 364 | 27 | 50 |
| Binary | 1010010 | 1001111 | 1111101 | 100010 | 100101 | 0 | 110011 | 11110100 | 10111 | 101000 |
Color Harmonies of #524F7D
Complementary color
Monochromatic Colors of #524F7D
Black with #524F7D
Text Example
Text Example
White with #524F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524F7D; }
p { color: rgb(82,79,125); }
H1.HeaderClassName
{
color: #524F7D;
}
.AnyTagClassName
{
color: #524F7D;
}
</style>
background-color css
<style>
a { background-color: #524F7D; }
a { background-color: rgb(82,79,125); }
div.DivClassName
{
background-color: #524F7D;
}
.BgClassName
{
background-color: #524F7D;
}
</style>
border-color css
<style>
span { border-color: #524F7D; }
span { border-color: rgb(82,79,125); }
td.TdClassName
{
border-color: #524F7D;
}
.TagClassName
{
border-color: #524F7D;
}
</style>