Shades of Victoria #505181
Tints of Victoria #505181
RGB
CMYK
RGB Variations
Color information
#505181 (or 0x505181) is known color: Victoria. HEX triplet: 50, 51 and 81. RGB value is (80,81,129). Sum of RGB (Red+Green+Blue) = 80+81+129=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 129 (50.78% from 255 or 44.48% from 290); Max value from RGB is 129 - color contains mainly: blue. Hex color #505181 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #505181 is #AFAE7E. Grayscale: #555555. Windows color (decimal): -11513471 or 8474960. OLE color: 8474960.
HSL color Cylindrical-coordinate representation of color #505181: hue angle of 238.78º degrees, saturation: 0.23, 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 #505181 is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 81 | 129 | - |
| CMYK | 0.38 | 0.37 | 0 | 0.49 |
| HSL | 238.78º | 0.23% | 0.41% | - |
| HSV(B) | 238.78º | 0.38% | 0.51% | - |
| XYZ | 10.21 | 9.18 | 22 | - |
| YUV | 86.17 | 152.17 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 81 | 129 | 0.38 | 0.37 | 0 | 0.49 | 238.78 | 0.23 | 0.41 |
| Hex | 50 | 51 | 81 | 26 | 25 | 0 | 31 | EF | 17 | 29 |
| Octal | 120 | 121 | 201 | 46 | 45 | 0 | 61 | 357 | 27 | 51 |
| Binary | 1010000 | 1010001 | 10000001 | 100110 | 100101 | 0 | 110001 | 11101111 | 10111 | 101001 |
Color Harmonies of #505181
Complementary color
Monochromatic Colors of #505181
Black with #505181
Text Example
Text Example
White with #505181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #505181; }
p { color: rgb(80,81,129); }
H1.HeaderClassName
{
color: #505181;
}
.AnyTagClassName
{
color: #505181;
}
</style>
background-color css
<style>
a { background-color: #505181; }
a { background-color: rgb(80,81,129); }
div.DivClassName
{
background-color: #505181;
}
.BgClassName
{
background-color: #505181;
}
</style>
border-color css
<style>
span { border-color: #505181; }
span { border-color: rgb(80,81,129); }
td.TdClassName
{
border-color: #505181;
}
.TagClassName
{
border-color: #505181;
}
</style>