Shades of Victoria #524E7B
Tints of Victoria #524E7B
RGB
CMYK
RGB Variations
Color information
#524E7B (or 0x524E7B) is known color: Victoria. HEX triplet: 52, 4E and 7B. RGB value is (82,78,123). Sum of RGB (Red+Green+Blue) = 82+78+123=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 123 - color contains mainly: blue. Hex color #524E7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524E7B is #ADB184. Grayscale: #545454. Windows color (decimal): -11383173 or 8080978. OLE color: 8080978.
HSL color Cylindrical-coordinate representation of color #524E7B: hue angle of 245.33º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #524E7B is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 82 | 78 | 123 | - |
| CMYK | 0.33 | 0.37 | 0 | 0.52 |
| HSL | 245.33º | 0.22% | 0.39% | - |
| HSV(B) | 245.33º | 0.37% | 0.48% | - |
| XYZ | 9.78 | 8.67 | 19.9 | - |
| YUV | 84.33 | 149.83 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 78 | 123 | 0.33 | 0.37 | 0 | 0.52 | 245.33 | 0.22 | 0.39 |
| Hex | 52 | 4E | 7B | 21 | 25 | 0 | 34 | F5 | 16 | 27 |
| Octal | 122 | 116 | 173 | 41 | 45 | 0 | 64 | 365 | 26 | 47 |
| Binary | 1010010 | 1001110 | 1111011 | 100001 | 100101 | 0 | 110100 | 11110101 | 10110 | 100111 |
Color Harmonies of #524E7B
Complementary color
Monochromatic Colors of #524E7B
Black with #524E7B
Text Example
Text Example
White with #524E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524E7B; }
p { color: rgb(82,78,123); }
H1.HeaderClassName
{
color: #524E7B;
}
.AnyTagClassName
{
color: #524E7B;
}
</style>
background-color css
<style>
a { background-color: #524E7B; }
a { background-color: rgb(82,78,123); }
div.DivClassName
{
background-color: #524E7B;
}
.BgClassName
{
background-color: #524E7B;
}
</style>
border-color css
<style>
span { border-color: #524E7B; }
span { border-color: rgb(82,78,123); }
td.TdClassName
{
border-color: #524E7B;
}
.TagClassName
{
border-color: #524E7B;
}
</style>