Shades of Victoria #504774
Tints of Victoria #504774
RGB
CMYK
RGB Variations
Color information
#504774 (or 0x504774) is known color: Victoria. HEX triplet: 50, 47 and 74. RGB value is (80,71,116). Sum of RGB (Red+Green+Blue) = 80+71+116=267 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.96% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 116 (45.70% from 255 or 43.45% from 267); Max value from RGB is 116 - color contains mainly: blue. Hex color #504774 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504774 is #AFB88B. Grayscale: #4E4E4E. Windows color (decimal): -11516044 or 7620432. OLE color: 7620432.
HSL color Cylindrical-coordinate representation of color #504774: hue angle of 252º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #504774 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 71 | 116 | - |
| CMYK | 0.31 | 0.39 | 0 | 0.55 |
| HSL | 252º | 0.24% | 0.37% | - |
| HSV(B) | 252º | 0.39% | 0.45% | - |
| XYZ | 8.71 | 7.47 | 17.51 | - |
| YUV | 78.82 | 148.98 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 71 | 116 | 0.31 | 0.39 | 0 | 0.55 | 252 | 0.24 | 0.37 |
| Hex | 50 | 47 | 74 | 1F | 27 | 0 | 37 | FC | 18 | 25 |
| Octal | 120 | 107 | 164 | 37 | 47 | 0 | 67 | 374 | 30 | 45 |
| Binary | 1010000 | 1000111 | 1110100 | 11111 | 100111 | 0 | 110111 | 11111100 | 11000 | 100101 |
Color Harmonies of #504774
Complementary color
Monochromatic Colors of #504774
Black with #504774
Text Example
Text Example
White with #504774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504774; }
p { color: rgb(80,71,116); }
H1.HeaderClassName
{
color: #504774;
}
.AnyTagClassName
{
color: #504774;
}
</style>
background-color css
<style>
a { background-color: #504774; }
a { background-color: rgb(80,71,116); }
div.DivClassName
{
background-color: #504774;
}
.BgClassName
{
background-color: #504774;
}
</style>
border-color css
<style>
span { border-color: #504774; }
span { border-color: rgb(80,71,116); }
td.TdClassName
{
border-color: #504774;
}
.TagClassName
{
border-color: #504774;
}
</style>