Shades of Victoria #524F7B
Tints of Victoria #524F7B
RGB
CMYK
RGB Variations
Color information
#524F7B (or 0x524F7B) is known color: Victoria. HEX triplet: 52, 4F and 7B. RGB value is (82,79,123). Sum of RGB (Red+Green+Blue) = 82+79+123=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 79 (31.25% from 255 or 27.82% from 284); Blue value is 123 (48.44% from 255 or 43.31% from 284); Max value from RGB is 123 - color contains mainly: blue. Hex color #524F7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #524F7B is #ADB084. Grayscale: #545454. Windows color (decimal): -11382917 or 8081234. OLE color: 8081234.
HSL color Cylindrical-coordinate representation of color #524F7B: hue angle of 244.09º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #524F7B is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 82 | 79 | 123 | - |
| CMYK | 0.33 | 0.36 | 0 | 0.52 |
| HSL | 244.09º | 0.22% | 0.4% | - |
| HSV(B) | 244.09º | 0.36% | 0.48% | - |
| XYZ | 9.85 | 8.82 | 19.92 | - |
| YUV | 84.91 | 149.49 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 79 | 123 | 0.33 | 0.36 | 0 | 0.52 | 244.09 | 0.22 | 0.4 |
| Hex | 52 | 4F | 7B | 21 | 24 | 0 | 34 | F4 | 16 | 28 |
| Octal | 122 | 117 | 173 | 41 | 44 | 0 | 64 | 364 | 26 | 50 |
| Binary | 1010010 | 1001111 | 1111011 | 100001 | 100100 | 0 | 110100 | 11110100 | 10110 | 101000 |
Color Harmonies of #524F7B
Complementary color
Monochromatic Colors of #524F7B
Black with #524F7B
Text Example
Text Example
White with #524F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524F7B; }
p { color: rgb(82,79,123); }
H1.HeaderClassName
{
color: #524F7B;
}
.AnyTagClassName
{
color: #524F7B;
}
</style>
background-color css
<style>
a { background-color: #524F7B; }
a { background-color: rgb(82,79,123); }
div.DivClassName
{
background-color: #524F7B;
}
.BgClassName
{
background-color: #524F7B;
}
</style>
border-color css
<style>
span { border-color: #524F7B; }
span { border-color: rgb(82,79,123); }
td.TdClassName
{
border-color: #524F7B;
}
.TagClassName
{
border-color: #524F7B;
}
</style>