Shades of Victoria #525180
Tints of Victoria #525180
RGB
CMYK
RGB Variations
Color information
#525180 (or 0x525180) is known color: Victoria. HEX triplet: 52, 51 and 80. RGB value is (82,81,128). Sum of RGB (Red+Green+Blue) = 82+81+128=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 128 (50.39% from 255 or 43.99% from 291); Max value from RGB is 128 - color contains mainly: blue. Hex color #525180 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525180 is #ADAE7F. Grayscale: #565656. Windows color (decimal): -11382400 or 8409426. OLE color: 8409426.
HSL color Cylindrical-coordinate representation of color #525180: hue angle of 241.28º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #525180 is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 82 | 81 | 128 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.50 |
| HSL | 241.28º | 0.22% | 0.41% | - |
| HSV(B) | 241.28º | 0.37% | 0.5% | - |
| XYZ | 10.32 | 9.24 | 21.66 | - |
| YUV | 86.66 | 151.33 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 81 | 128 | 0.36 | 0.37 | 0 | 0.50 | 241.28 | 0.22 | 0.41 |
| Hex | 52 | 51 | 80 | 24 | 25 | 0 | 32 | F1 | 16 | 29 |
| Octal | 122 | 121 | 200 | 44 | 45 | 0 | 62 | 361 | 26 | 51 |
| Binary | 1010010 | 1010001 | 10000000 | 100100 | 100101 | 0 | 110010 | 11110001 | 10110 | 101001 |
Color Harmonies of #525180
Complementary color
Monochromatic Colors of #525180
Black with #525180
Text Example
Text Example
White with #525180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525180; }
p { color: rgb(82,81,128); }
H1.HeaderClassName
{
color: #525180;
}
.AnyTagClassName
{
color: #525180;
}
</style>
background-color css
<style>
a { background-color: #525180; }
a { background-color: rgb(82,81,128); }
div.DivClassName
{
background-color: #525180;
}
.BgClassName
{
background-color: #525180;
}
</style>
border-color css
<style>
span { border-color: #525180; }
span { border-color: rgb(82,81,128); }
td.TdClassName
{
border-color: #525180;
}
.TagClassName
{
border-color: #525180;
}
</style>