Shades of Victoria #504F81
Tints of Victoria #504F81
RGB
CMYK
RGB Variations
Color information
#504F81 (or 0x504F81) is known color: Victoria. HEX triplet: 50, 4F and 81. RGB value is (80,79,129). Sum of RGB (Red+Green+Blue) = 80+79+129=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 79 (31.25% from 255 or 27.43% from 288); Blue value is 129 (50.78% from 255 or 44.79% from 288); Max value from RGB is 129 - color contains mainly: blue. Hex color #504F81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #504F81 is #AFB07E. Grayscale: #545454. Windows color (decimal): -11513983 or 8474448. OLE color: 8474448.
HSL color Cylindrical-coordinate representation of color #504F81: hue angle of 241.2º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #504F81 is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 79 | 129 | - |
| CMYK | 0.38 | 0.39 | 0 | 0.49 |
| HSL | 241.2º | 0.24% | 0.41% | - |
| HSV(B) | 241.2º | 0.39% | 0.51% | - |
| XYZ | 10.07 | 8.88 | 21.95 | - |
| YUV | 85 | 152.83 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 79 | 129 | 0.38 | 0.39 | 0 | 0.49 | 241.2 | 0.24 | 0.41 |
| Hex | 50 | 4F | 81 | 26 | 27 | 0 | 31 | F1 | 18 | 29 |
| Octal | 120 | 117 | 201 | 46 | 47 | 0 | 61 | 361 | 30 | 51 |
| Binary | 1010000 | 1001111 | 10000001 | 100110 | 100111 | 0 | 110001 | 11110001 | 11000 | 101001 |
Color Harmonies of #504F81
Complementary color
Monochromatic Colors of #504F81
Black with #504F81
Text Example
Text Example
White with #504F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504F81; }
p { color: rgb(80,79,129); }
H1.HeaderClassName
{
color: #504F81;
}
.AnyTagClassName
{
color: #504F81;
}
</style>
background-color css
<style>
a { background-color: #504F81; }
a { background-color: rgb(80,79,129); }
div.DivClassName
{
background-color: #504F81;
}
.BgClassName
{
background-color: #504F81;
}
</style>
border-color css
<style>
span { border-color: #504F81; }
span { border-color: rgb(80,79,129); }
td.TdClassName
{
border-color: #504F81;
}
.TagClassName
{
border-color: #504F81;
}
</style>