Shades of Victoria #504B80
Tints of Victoria #504B80
RGB
CMYK
RGB Variations
Color information
#504B80 (or 0x504B80) is known color: Victoria. HEX triplet: 50, 4B and 80. RGB value is (80,75,128). Sum of RGB (Red+Green+Blue) = 80+75+128=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 128 (50.39% from 255 or 45.23% from 283); Max value from RGB is 128 - color contains mainly: blue. Hex color #504B80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504B80 is #AFB47F. Grayscale: #525252. Windows color (decimal): -11515008 or 8407888. OLE color: 8407888.
HSL color Cylindrical-coordinate representation of color #504B80: hue angle of 245.66º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #504B80 is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 80 | 75 | 128 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.50 |
| HSL | 245.66º | 0.26% | 0.4% | - |
| HSV(B) | 245.66º | 0.41% | 0.5% | - |
| XYZ | 9.72 | 8.3 | 21.51 | - |
| YUV | 82.54 | 153.66 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 75 | 128 | 0.38 | 0.41 | 0 | 0.50 | 245.66 | 0.26 | 0.4 |
| Hex | 50 | 4B | 80 | 26 | 29 | 0 | 32 | F6 | 1A | 28 |
| Octal | 120 | 113 | 200 | 46 | 51 | 0 | 62 | 366 | 32 | 50 |
| Binary | 1010000 | 1001011 | 10000000 | 100110 | 101001 | 0 | 110010 | 11110110 | 11010 | 101000 |
Color Harmonies of #504B80
Complementary color
Monochromatic Colors of #504B80
Black with #504B80
Text Example
Text Example
White with #504B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504B80; }
p { color: rgb(80,75,128); }
H1.HeaderClassName
{
color: #504B80;
}
.AnyTagClassName
{
color: #504B80;
}
</style>
background-color css
<style>
a { background-color: #504B80; }
a { background-color: rgb(80,75,128); }
div.DivClassName
{
background-color: #504B80;
}
.BgClassName
{
background-color: #504B80;
}
</style>
border-color css
<style>
span { border-color: #504B80; }
span { border-color: rgb(80,75,128); }
td.TdClassName
{
border-color: #504B80;
}
.TagClassName
{
border-color: #504B80;
}
</style>