Shades of Victoria #51497B
Tints of Victoria #51497B
RGB
CMYK
RGB Variations
Color information
#51497B (or 0x51497B) is known color: Victoria. HEX triplet: 51, 49 and 7B. RGB value is (81,73,123). Sum of RGB (Red+Green+Blue) = 81+73+123=277 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.24% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 123 (48.44% from 255 or 44.40% from 277); Max value from RGB is 123 - color contains mainly: blue. Hex color #51497B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51497B is #AEB684. Grayscale: #505050. Windows color (decimal): -11449989 or 8079697. OLE color: 8079697.
HSL color Cylindrical-coordinate representation of color #51497B: hue angle of 249.6º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #51497B is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 81 | 73 | 123 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.52 |
| HSL | 249.6º | 0.26% | 0.38% | - |
| HSV(B) | 249.6º | 0.41% | 0.48% | - |
| XYZ | 9.35 | 7.94 | 19.78 | - |
| YUV | 81.09 | 151.65 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 73 | 123 | 0.34 | 0.41 | 0 | 0.52 | 249.6 | 0.26 | 0.38 |
| Hex | 51 | 49 | 7B | 22 | 29 | 0 | 34 | FA | 1A | 26 |
| Octal | 121 | 111 | 173 | 42 | 51 | 0 | 64 | 372 | 32 | 46 |
| Binary | 1010001 | 1001001 | 1111011 | 100010 | 101001 | 0 | 110100 | 11111010 | 11010 | 100110 |
Color Harmonies of #51497B
Complementary color
Monochromatic Colors of #51497B
Black with #51497B
Text Example
Text Example
White with #51497B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51497B; }
p { color: rgb(81,73,123); }
H1.HeaderClassName
{
color: #51497B;
}
.AnyTagClassName
{
color: #51497B;
}
</style>
background-color css
<style>
a { background-color: #51497B; }
a { background-color: rgb(81,73,123); }
div.DivClassName
{
background-color: #51497B;
}
.BgClassName
{
background-color: #51497B;
}
</style>
border-color css
<style>
span { border-color: #51497B; }
span { border-color: rgb(81,73,123); }
td.TdClassName
{
border-color: #51497B;
}
.TagClassName
{
border-color: #51497B;
}
</style>