Shades of Victoria #50457B
Tints of Victoria #50457B
RGB
CMYK
RGB Variations
Color information
#50457B (or 0x50457B) is known color: Victoria. HEX triplet: 50, 45 and 7B. RGB value is (80,69,123). Sum of RGB (Red+Green+Blue) = 80+69+123=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 69 (27.34% from 255 or 25.37% from 272); Blue value is 123 (48.44% from 255 or 45.22% from 272); Max value from RGB is 123 - color contains mainly: blue. Hex color #50457B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50457B is #AFBA84. Grayscale: #4E4E4E. Windows color (decimal): -11516549 or 8078672. OLE color: 8078672.
HSL color Cylindrical-coordinate representation of color #50457B: hue angle of 252.22º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #50457B is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 80 | 69 | 123 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.52 |
| HSL | 252.22º | 0.28% | 0.38% | - |
| HSV(B) | 252.22º | 0.44% | 0.48% | - |
| XYZ | 9.01 | 7.39 | 19.69 | - |
| YUV | 78.45 | 153.14 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 69 | 123 | 0.35 | 0.44 | 0 | 0.52 | 252.22 | 0.28 | 0.38 |
| Hex | 50 | 45 | 7B | 23 | 2C | 0 | 34 | FC | 1C | 26 |
| Octal | 120 | 105 | 173 | 43 | 54 | 0 | 64 | 374 | 34 | 46 |
| Binary | 1010000 | 1000101 | 1111011 | 100011 | 101100 | 0 | 110100 | 11111100 | 11100 | 100110 |
Color Harmonies of #50457B
Complementary color
Monochromatic Colors of #50457B
Black with #50457B
Text Example
Text Example
White with #50457B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50457B; }
p { color: rgb(80,69,123); }
H1.HeaderClassName
{
color: #50457B;
}
.AnyTagClassName
{
color: #50457B;
}
</style>
background-color css
<style>
a { background-color: #50457B; }
a { background-color: rgb(80,69,123); }
div.DivClassName
{
background-color: #50457B;
}
.BgClassName
{
background-color: #50457B;
}
</style>
border-color css
<style>
span { border-color: #50457B; }
span { border-color: rgb(80,69,123); }
td.TdClassName
{
border-color: #50457B;
}
.TagClassName
{
border-color: #50457B;
}
</style>