Shades of Victoria #505282
Tints of Victoria #505282
RGB
CMYK
RGB Variations
Color information
#505282 (or 0x505282) is known color: Victoria. HEX triplet: 50, 52 and 82. RGB value is (80,82,130). Sum of RGB (Red+Green+Blue) = 80+82+130=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 130 (51.17% from 255 or 44.52% from 292); Max value from RGB is 130 - color contains mainly: blue. Hex color #505282 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505282 is #AFAD7D. Grayscale: #565656. Windows color (decimal): -11513214 or 8540752. OLE color: 8540752.
HSL color Cylindrical-coordinate representation of color #505282: hue angle of 237.6º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #505282 is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 82 | 130 | - |
| CMYK | 0.38 | 0.37 | 0 | 0.49 |
| HSL | 237.6º | 0.24% | 0.41% | - |
| HSV(B) | 237.6º | 0.38% | 0.51% | - |
| XYZ | 10.35 | 9.35 | 22.38 | - |
| YUV | 86.87 | 152.34 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 82 | 130 | 0.38 | 0.37 | 0 | 0.49 | 237.6 | 0.24 | 0.41 |
| Hex | 50 | 52 | 82 | 26 | 25 | 0 | 31 | EE | 18 | 29 |
| Octal | 120 | 122 | 202 | 46 | 45 | 0 | 61 | 356 | 30 | 51 |
| Binary | 1010000 | 1010010 | 10000010 | 100110 | 100101 | 0 | 110001 | 11101110 | 11000 | 101001 |
Color Harmonies of #505282
Complementary color
Monochromatic Colors of #505282
Black with #505282
Text Example
Text Example
White with #505282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505282; }
p { color: rgb(80,82,130); }
H1.HeaderClassName
{
color: #505282;
}
.AnyTagClassName
{
color: #505282;
}
</style>
background-color css
<style>
a { background-color: #505282; }
a { background-color: rgb(80,82,130); }
div.DivClassName
{
background-color: #505282;
}
.BgClassName
{
background-color: #505282;
}
</style>
border-color css
<style>
span { border-color: #505282; }
span { border-color: rgb(80,82,130); }
td.TdClassName
{
border-color: #505282;
}
.TagClassName
{
border-color: #505282;
}
</style>