Shades of Victoria #504B7C
Tints of Victoria #504B7C
RGB
CMYK
RGB Variations
Color information
#504B7C (or 0x504B7C) is known color: Victoria. HEX triplet: 50, 4B and 7C. RGB value is (80,75,124). Sum of RGB (Red+Green+Blue) = 80+75+124=279 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.67% from 279); Green value is 75 (29.69% from 255 or 26.88% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 124 - color contains mainly: blue. Hex color #504B7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #504B7C is #AFB483. Grayscale: #515151. Windows color (decimal): -11515012 or 8145744. OLE color: 8145744.
HSL color Cylindrical-coordinate representation of color #504B7C: hue angle of 246.12º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #504B7C is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 75 | 124 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.51 |
| HSL | 246.12º | 0.25% | 0.39% | - |
| HSV(B) | 246.12º | 0.4% | 0.49% | - |
| XYZ | 9.46 | 8.19 | 20.15 | - |
| YUV | 82.08 | 151.66 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 75 | 124 | 0.35 | 0.40 | 0 | 0.51 | 246.12 | 0.25 | 0.39 |
| Hex | 50 | 4B | 7C | 23 | 28 | 0 | 33 | F6 | 19 | 27 |
| Octal | 120 | 113 | 174 | 43 | 50 | 0 | 63 | 366 | 31 | 47 |
| Binary | 1010000 | 1001011 | 1111100 | 100011 | 101000 | 0 | 110011 | 11110110 | 11001 | 100111 |
Color Harmonies of #504B7C
Complementary color
Monochromatic Colors of #504B7C
Black with #504B7C
Text Example
Text Example
White with #504B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504B7C; }
p { color: rgb(80,75,124); }
H1.HeaderClassName
{
color: #504B7C;
}
.AnyTagClassName
{
color: #504B7C;
}
</style>
background-color css
<style>
a { background-color: #504B7C; }
a { background-color: rgb(80,75,124); }
div.DivClassName
{
background-color: #504B7C;
}
.BgClassName
{
background-color: #504B7C;
}
</style>
border-color css
<style>
span { border-color: #504B7C; }
span { border-color: rgb(80,75,124); }
td.TdClassName
{
border-color: #504B7C;
}
.TagClassName
{
border-color: #504B7C;
}
</style>