Shades of Victoria #524E7D
Tints of Victoria #524E7D
RGB
CMYK
RGB Variations
Color information
#524E7D (or 0x524E7D) is known color: Victoria. HEX triplet: 52, 4E and 7D. RGB value is (82,78,125). Sum of RGB (Red+Green+Blue) = 82+78+125=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 78 (30.86% from 255 or 27.37% from 285); Blue value is 125 (49.22% from 255 or 43.86% from 285); Max value from RGB is 125 - color contains mainly: blue. Hex color #524E7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524E7D is #ADB182. Grayscale: #545454. Windows color (decimal): -11383171 or 8212050. OLE color: 8212050.
HSL color Cylindrical-coordinate representation of color #524E7D: hue angle of 245.11º degrees, saturation: 0.23, 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 #524E7D is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 78 | 125 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.51 |
| HSL | 245.11º | 0.23% | 0.4% | - |
| HSV(B) | 245.11º | 0.38% | 0.49% | - |
| XYZ | 9.91 | 8.72 | 20.56 | - |
| YUV | 84.55 | 150.83 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 78 | 125 | 0.34 | 0.38 | 0 | 0.51 | 245.11 | 0.23 | 0.4 |
| Hex | 52 | 4E | 7D | 22 | 26 | 0 | 33 | F5 | 17 | 28 |
| Octal | 122 | 116 | 175 | 42 | 46 | 0 | 63 | 365 | 27 | 50 |
| Binary | 1010010 | 1001110 | 1111101 | 100010 | 100110 | 0 | 110011 | 11110101 | 10111 | 101000 |
Color Harmonies of #524E7D
Complementary color
Monochromatic Colors of #524E7D
Black with #524E7D
Text Example
Text Example
White with #524E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524E7D; }
p { color: rgb(82,78,125); }
H1.HeaderClassName
{
color: #524E7D;
}
.AnyTagClassName
{
color: #524E7D;
}
</style>
background-color css
<style>
a { background-color: #524E7D; }
a { background-color: rgb(82,78,125); }
div.DivClassName
{
background-color: #524E7D;
}
.BgClassName
{
background-color: #524E7D;
}
</style>
border-color css
<style>
span { border-color: #524E7D; }
span { border-color: rgb(82,78,125); }
td.TdClassName
{
border-color: #524E7D;
}
.TagClassName
{
border-color: #524E7D;
}
</style>