Shades of Victoria #524D83
Tints of Victoria #524D83
RGB
CMYK
RGB Variations
Color information
#524D83 (or 0x524D83) is known color: Victoria. HEX triplet: 52, 4D and 83. RGB value is (82,77,131). Sum of RGB (Red+Green+Blue) = 82+77+131=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 131 (51.56% from 255 or 45.17% from 290); Max value from RGB is 131 - color contains mainly: blue. Hex color #524D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #524D83 is #ADB27C. Grayscale: #545454. Windows color (decimal): -11383421 or 8605010. OLE color: 8605010.
HSL color Cylindrical-coordinate representation of color #524D83: hue angle of 245.56º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #524D83 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 82 | 77 | 131 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.49 |
| HSL | 245.56º | 0.26% | 0.41% | - |
| HSV(B) | 245.56º | 0.41% | 0.51% | - |
| XYZ | 10.23 | 8.74 | 22.62 | - |
| YUV | 84.65 | 154.16 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 77 | 131 | 0.37 | 0.41 | 0 | 0.49 | 245.56 | 0.26 | 0.41 |
| Hex | 52 | 4D | 83 | 25 | 29 | 0 | 31 | F6 | 1A | 29 |
| Octal | 122 | 115 | 203 | 45 | 51 | 0 | 61 | 366 | 32 | 51 |
| Binary | 1010010 | 1001101 | 10000011 | 100101 | 101001 | 0 | 110001 | 11110110 | 11010 | 101001 |
Color Harmonies of #524D83
Complementary color
Monochromatic Colors of #524D83
Black with #524D83
Text Example
Text Example
White with #524D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524D83; }
p { color: rgb(82,77,131); }
H1.HeaderClassName
{
color: #524D83;
}
.AnyTagClassName
{
color: #524D83;
}
</style>
background-color css
<style>
a { background-color: #524D83; }
a { background-color: rgb(82,77,131); }
div.DivClassName
{
background-color: #524D83;
}
.BgClassName
{
background-color: #524D83;
}
</style>
border-color css
<style>
span { border-color: #524D83; }
span { border-color: rgb(82,77,131); }
td.TdClassName
{
border-color: #524D83;
}
.TagClassName
{
border-color: #524D83;
}
</style>