Shades of Victoria #50447B
Tints of Victoria #50447B
RGB
CMYK
RGB Variations
Color information
#50447B (or 0x50447B) is known color: Victoria. HEX triplet: 50, 44 and 7B. RGB value is (80,68,123). Sum of RGB (Red+Green+Blue) = 80+68+123=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 123 (48.44% from 255 or 45.39% from 271); Max value from RGB is 123 - color contains mainly: blue. Hex color #50447B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50447B is #AFBB84. Grayscale: #4D4D4D. Windows color (decimal): -11516805 or 8078416. OLE color: 8078416.
HSL color Cylindrical-coordinate representation of color #50447B: hue angle of 253.09º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #50447B is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 80 | 68 | 123 | - |
| CMYK | 0.35 | 0.45 | 0 | 0.52 |
| HSL | 253.09º | 0.29% | 0.37% | - |
| HSV(B) | 253.09º | 0.45% | 0.48% | - |
| XYZ | 8.95 | 7.27 | 19.67 | - |
| YUV | 77.86 | 153.48 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 68 | 123 | 0.35 | 0.45 | 0 | 0.52 | 253.09 | 0.29 | 0.37 |
| Hex | 50 | 44 | 7B | 23 | 2D | 0 | 34 | FD | 1D | 25 |
| Octal | 120 | 104 | 173 | 43 | 55 | 0 | 64 | 375 | 35 | 45 |
| Binary | 1010000 | 1000100 | 1111011 | 100011 | 101101 | 0 | 110100 | 11111101 | 11101 | 100101 |
Color Harmonies of #50447B
Complementary color
Monochromatic Colors of #50447B
Black with #50447B
Text Example
Text Example
White with #50447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50447B; }
p { color: rgb(80,68,123); }
H1.HeaderClassName
{
color: #50447B;
}
.AnyTagClassName
{
color: #50447B;
}
</style>
background-color css
<style>
a { background-color: #50447B; }
a { background-color: rgb(80,68,123); }
div.DivClassName
{
background-color: #50447B;
}
.BgClassName
{
background-color: #50447B;
}
</style>
border-color css
<style>
span { border-color: #50447B; }
span { border-color: rgb(80,68,123); }
td.TdClassName
{
border-color: #50447B;
}
.TagClassName
{
border-color: #50447B;
}
</style>