Shades of Victoria #504C76
Tints of Victoria #504C76
RGB
CMYK
RGB Variations
Color information
#504C76 (or 0x504C76) is known color: Victoria. HEX triplet: 50, 4C and 76. RGB value is (80,76,118). Sum of RGB (Red+Green+Blue) = 80+76+118=274 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.20% from 274); Green value is 76 (30.08% from 255 or 27.74% from 274); Blue value is 118 (46.48% from 255 or 43.07% from 274); Max value from RGB is 118 - color contains mainly: blue. Hex color #504C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504C76 is #AFB389. Grayscale: #515151. Windows color (decimal): -11514762 or 7752784. OLE color: 7752784.
HSL color Cylindrical-coordinate representation of color #504C76: hue angle of 245.71º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #504C76 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 80 | 76 | 118 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.54 |
| HSL | 245.71º | 0.22% | 0.38% | - |
| HSV(B) | 245.71º | 0.36% | 0.46% | - |
| XYZ | 9.16 | 8.18 | 18.24 | - |
| YUV | 81.98 | 148.33 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 76 | 118 | 0.32 | 0.36 | 0 | 0.54 | 245.71 | 0.22 | 0.38 |
| Hex | 50 | 4C | 76 | 20 | 24 | 0 | 36 | F6 | 16 | 26 |
| Octal | 120 | 114 | 166 | 40 | 44 | 0 | 66 | 366 | 26 | 46 |
| Binary | 1010000 | 1001100 | 1110110 | 100000 | 100100 | 0 | 110110 | 11110110 | 10110 | 100110 |
Color Harmonies of #504C76
Complementary color
Monochromatic Colors of #504C76
Black with #504C76
Text Example
Text Example
White with #504C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504C76; }
p { color: rgb(80,76,118); }
H1.HeaderClassName
{
color: #504C76;
}
.AnyTagClassName
{
color: #504C76;
}
</style>
background-color css
<style>
a { background-color: #504C76; }
a { background-color: rgb(80,76,118); }
div.DivClassName
{
background-color: #504C76;
}
.BgClassName
{
background-color: #504C76;
}
</style>
border-color css
<style>
span { border-color: #504C76; }
span { border-color: rgb(80,76,118); }
td.TdClassName
{
border-color: #504C76;
}
.TagClassName
{
border-color: #504C76;
}
</style>