Shades of Victoria #524D8B
Tints of Victoria #524D8B
RGB
CMYK
RGB Variations
Color information
#524D8B (or 0x524D8B) is known color: Victoria. HEX triplet: 52, 4D and 8B. RGB value is (82,77,139). Sum of RGB (Red+Green+Blue) = 82+77+139=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 139 - color contains mainly: blue. Hex color #524D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #524D8B is #ADB274. Grayscale: #555555. Windows color (decimal): -11383413 or 9129298. OLE color: 9129298.
HSL color Cylindrical-coordinate representation of color #524D8B: hue angle of 244.84º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #524D8B is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 77 | 139 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.45 |
| HSL | 244.84º | 0.29% | 0.42% | - |
| HSV(B) | 244.84º | 0.45% | 0.55% | - |
| XYZ | 10.79 | 8.97 | 25.59 | - |
| YUV | 85.56 | 158.16 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 77 | 139 | 0.41 | 0.45 | 0 | 0.45 | 244.84 | 0.29 | 0.42 |
| Hex | 52 | 4D | 8B | 29 | 2D | 0 | 2D | F5 | 1D | 2A |
| Octal | 122 | 115 | 213 | 51 | 55 | 0 | 55 | 365 | 35 | 52 |
| Binary | 1010010 | 1001101 | 10001011 | 101001 | 101101 | 0 | 101101 | 11110101 | 11101 | 101010 |
Color Harmonies of #524D8B
Complementary color
Monochromatic Colors of #524D8B
Black with #524D8B
Text Example
Text Example
White with #524D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524D8B; }
p { color: rgb(82,77,139); }
H1.HeaderClassName
{
color: #524D8B;
}
.AnyTagClassName
{
color: #524D8B;
}
</style>
background-color css
<style>
a { background-color: #524D8B; }
a { background-color: rgb(82,77,139); }
div.DivClassName
{
background-color: #524D8B;
}
.BgClassName
{
background-color: #524D8B;
}
</style>
border-color css
<style>
span { border-color: #524D8B; }
span { border-color: rgb(82,77,139); }
td.TdClassName
{
border-color: #524D8B;
}
.TagClassName
{
border-color: #524D8B;
}
</style>