Shades of Victoria #524F7C
Tints of Victoria #524F7C
RGB
CMYK
RGB Variations
Color information
#524F7C (or 0x524F7C) is known color: Victoria. HEX triplet: 52, 4F and 7C. RGB value is (82,79,124). Sum of RGB (Red+Green+Blue) = 82+79+124=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 79 (31.25% from 255 or 27.72% from 285); Blue value is 124 (48.83% from 255 or 43.51% from 285); Max value from RGB is 124 - color contains mainly: blue. Hex color #524F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524F7C is #ADB083. Grayscale: #545454. Windows color (decimal): -11382916 or 8146770. OLE color: 8146770.
HSL color Cylindrical-coordinate representation of color #524F7C: hue angle of 244º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #524F7C is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 82 | 79 | 124 | - |
| CMYK | 0.34 | 0.36 | 0 | 0.51 |
| HSL | 244º | 0.22% | 0.4% | - |
| HSV(B) | 244º | 0.36% | 0.49% | - |
| XYZ | 9.91 | 8.84 | 20.25 | - |
| YUV | 85.03 | 149.99 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 79 | 124 | 0.34 | 0.36 | 0 | 0.51 | 244 | 0.22 | 0.4 |
| Hex | 52 | 4F | 7C | 22 | 24 | 0 | 33 | F4 | 16 | 28 |
| Octal | 122 | 117 | 174 | 42 | 44 | 0 | 63 | 364 | 26 | 50 |
| Binary | 1010010 | 1001111 | 1111100 | 100010 | 100100 | 0 | 110011 | 11110100 | 10110 | 101000 |
Color Harmonies of #524F7C
Complementary color
Monochromatic Colors of #524F7C
Black with #524F7C
Text Example
Text Example
White with #524F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524F7C; }
p { color: rgb(82,79,124); }
H1.HeaderClassName
{
color: #524F7C;
}
.AnyTagClassName
{
color: #524F7C;
}
</style>
background-color css
<style>
a { background-color: #524F7C; }
a { background-color: rgb(82,79,124); }
div.DivClassName
{
background-color: #524F7C;
}
.BgClassName
{
background-color: #524F7C;
}
</style>
border-color css
<style>
span { border-color: #524F7C; }
span { border-color: rgb(82,79,124); }
td.TdClassName
{
border-color: #524F7C;
}
.TagClassName
{
border-color: #524F7C;
}
</style>