Shades of Victoria #51507E
Tints of Victoria #51507E
RGB
CMYK
RGB Variations
Color information
#51507E (or 0x51507E) is known color: Victoria. HEX triplet: 51, 50 and 7E. RGB value is (81,80,126). Sum of RGB (Red+Green+Blue) = 81+80+126=287 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.22% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 126 (49.61% from 255 or 43.90% from 287); Max value from RGB is 126 - color contains mainly: blue. Hex color #51507E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51507E is #AEAF81. Grayscale: #555555. Windows color (decimal): -11448194 or 8278097. OLE color: 8278097.
HSL color Cylindrical-coordinate representation of color #51507E: hue angle of 241.3º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #51507E is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 81 | 80 | 126 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.51 |
| HSL | 241.3º | 0.22% | 0.4% | - |
| HSV(B) | 241.3º | 0.37% | 0.49% | - |
| XYZ | 10.03 | 8.99 | 20.95 | - |
| YUV | 85.54 | 150.83 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 80 | 126 | 0.36 | 0.37 | 0 | 0.51 | 241.3 | 0.22 | 0.4 |
| Hex | 51 | 50 | 7E | 24 | 25 | 0 | 33 | F1 | 16 | 28 |
| Octal | 121 | 120 | 176 | 44 | 45 | 0 | 63 | 361 | 26 | 50 |
| Binary | 1010001 | 1010000 | 1111110 | 100100 | 100101 | 0 | 110011 | 11110001 | 10110 | 101000 |
Color Harmonies of #51507E
Complementary color
Monochromatic Colors of #51507E
Black with #51507E
Text Example
Text Example
White with #51507E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51507E; }
p { color: rgb(81,80,126); }
H1.HeaderClassName
{
color: #51507E;
}
.AnyTagClassName
{
color: #51507E;
}
</style>
background-color css
<style>
a { background-color: #51507E; }
a { background-color: rgb(81,80,126); }
div.DivClassName
{
background-color: #51507E;
}
.BgClassName
{
background-color: #51507E;
}
</style>
border-color css
<style>
span { border-color: #51507E; }
span { border-color: rgb(81,80,126); }
td.TdClassName
{
border-color: #51507E;
}
.TagClassName
{
border-color: #51507E;
}
</style>