Shades of Victoria #514C7B
Tints of Victoria #514C7B
RGB
CMYK
RGB Variations
Color information
#514C7B (or 0x514C7B) is known color: Victoria. HEX triplet: 51, 4C and 7B. RGB value is (81,76,123). Sum of RGB (Red+Green+Blue) = 81+76+123=280 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.93% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 123 (48.44% from 255 or 43.93% from 280); Max value from RGB is 123 - color contains mainly: blue. Hex color #514C7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514C7B is #AEB384. Grayscale: #525252. Windows color (decimal): -11449221 or 8080465. OLE color: 8080465.
HSL color Cylindrical-coordinate representation of color #514C7B: hue angle of 246.38º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #514C7B is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 81 | 76 | 123 | - |
| CMYK | 0.34 | 0.38 | 0 | 0.52 |
| HSL | 246.38º | 0.24% | 0.39% | - |
| HSV(B) | 246.38º | 0.38% | 0.48% | - |
| XYZ | 9.55 | 8.35 | 19.85 | - |
| YUV | 82.85 | 150.66 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 76 | 123 | 0.34 | 0.38 | 0 | 0.52 | 246.38 | 0.24 | 0.39 |
| Hex | 51 | 4C | 7B | 22 | 26 | 0 | 34 | F6 | 18 | 27 |
| Octal | 121 | 114 | 173 | 42 | 46 | 0 | 64 | 366 | 30 | 47 |
| Binary | 1010001 | 1001100 | 1111011 | 100010 | 100110 | 0 | 110100 | 11110110 | 11000 | 100111 |
Color Harmonies of #514C7B
Complementary color
Monochromatic Colors of #514C7B
Black with #514C7B
Text Example
Text Example
White with #514C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514C7B; }
p { color: rgb(81,76,123); }
H1.HeaderClassName
{
color: #514C7B;
}
.AnyTagClassName
{
color: #514C7B;
}
</style>
background-color css
<style>
a { background-color: #514C7B; }
a { background-color: rgb(81,76,123); }
div.DivClassName
{
background-color: #514C7B;
}
.BgClassName
{
background-color: #514C7B;
}
</style>
border-color css
<style>
span { border-color: #514C7B; }
span { border-color: rgb(81,76,123); }
td.TdClassName
{
border-color: #514C7B;
}
.TagClassName
{
border-color: #514C7B;
}
</style>