Shades of Victoria #524A83
Tints of Victoria #524A83
RGB
CMYK
RGB Variations
Color information
#524A83 (or 0x524A83) is known color: Victoria. HEX triplet: 52, 4A and 83. RGB value is (82,74,131). Sum of RGB (Red+Green+Blue) = 82+74+131=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 131 (51.56% from 255 or 45.64% from 287); Max value from RGB is 131 - color contains mainly: blue. Hex color #524A83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524A83 is #ADB57C. Grayscale: #525252. Windows color (decimal): -11384189 or 8604242. OLE color: 8604242.
HSL color Cylindrical-coordinate representation of color #524A83: hue angle of 248.42º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #524A83 is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 82 | 74 | 131 | - |
| CMYK | 0.37 | 0.44 | 0 | 0.49 |
| HSL | 248.42º | 0.28% | 0.4% | - |
| HSV(B) | 248.42º | 0.44% | 0.51% | - |
| XYZ | 10.03 | 8.33 | 22.55 | - |
| YUV | 82.89 | 155.15 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 74 | 131 | 0.37 | 0.44 | 0 | 0.49 | 248.42 | 0.28 | 0.4 |
| Hex | 52 | 4A | 83 | 25 | 2C | 0 | 31 | F8 | 1C | 28 |
| Octal | 122 | 112 | 203 | 45 | 54 | 0 | 61 | 370 | 34 | 50 |
| Binary | 1010010 | 1001010 | 10000011 | 100101 | 101100 | 0 | 110001 | 11111000 | 11100 | 101000 |
Color Harmonies of #524A83
Complementary color
Monochromatic Colors of #524A83
Black with #524A83
Text Example
Text Example
White with #524A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #524A83; }
p { color: rgb(82,74,131); }
H1.HeaderClassName
{
color: #524A83;
}
.AnyTagClassName
{
color: #524A83;
}
</style>
background-color css
<style>
a { background-color: #524A83; }
a { background-color: rgb(82,74,131); }
div.DivClassName
{
background-color: #524A83;
}
.BgClassName
{
background-color: #524A83;
}
</style>
border-color css
<style>
span { border-color: #524A83; }
span { border-color: rgb(82,74,131); }
td.TdClassName
{
border-color: #524A83;
}
.TagClassName
{
border-color: #524A83;
}
</style>