Shades of Victoria #525084
Tints of Victoria #525084
RGB
CMYK
RGB Variations
Color information
#525084 (or 0x525084) is known color: Victoria. HEX triplet: 52, 50 and 84. RGB value is (82,80,132). Sum of RGB (Red+Green+Blue) = 82+80+132=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 132 (51.95% from 255 or 44.90% from 294); Max value from RGB is 132 - color contains mainly: blue. Hex color #525084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #525084 is #ADAF7B. Grayscale: #565656. Windows color (decimal): -11382652 or 8671314. OLE color: 8671314.
HSL color Cylindrical-coordinate representation of color #525084: hue angle of 242.31º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #525084 is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 82 | 80 | 132 | - |
| CMYK | 0.38 | 0.39 | 0 | 0.48 |
| HSL | 242.31º | 0.25% | 0.42% | - |
| HSV(B) | 242.31º | 0.39% | 0.52% | - |
| XYZ | 10.51 | 9.2 | 23.05 | - |
| YUV | 86.53 | 153.66 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 80 | 132 | 0.38 | 0.39 | 0 | 0.48 | 242.31 | 0.25 | 0.42 |
| Hex | 52 | 50 | 84 | 26 | 27 | 0 | 30 | F2 | 19 | 2A |
| Octal | 122 | 120 | 204 | 46 | 47 | 0 | 60 | 362 | 31 | 52 |
| Binary | 1010010 | 1010000 | 10000100 | 100110 | 100111 | 0 | 110000 | 11110010 | 11001 | 101010 |
Color Harmonies of #525084
Complementary color
Monochromatic Colors of #525084
Black with #525084
Text Example
Text Example
White with #525084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525084; }
p { color: rgb(82,80,132); }
H1.HeaderClassName
{
color: #525084;
}
.AnyTagClassName
{
color: #525084;
}
</style>
background-color css
<style>
a { background-color: #525084; }
a { background-color: rgb(82,80,132); }
div.DivClassName
{
background-color: #525084;
}
.BgClassName
{
background-color: #525084;
}
</style>
border-color css
<style>
span { border-color: #525084; }
span { border-color: rgb(82,80,132); }
td.TdClassName
{
border-color: #525084;
}
.TagClassName
{
border-color: #525084;
}
</style>