Shades of Victoria #545177
Tints of Victoria #545177
RGB
CMYK
RGB Variations
Color information
#545177 (or 0x545177) is known color: Victoria. HEX triplet: 54, 51 and 77. RGB value is (84,81,119). Sum of RGB (Red+Green+Blue) = 84+81+119=284 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.58% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 119 (46.88% from 255 or 41.90% from 284); Max value from RGB is 119 - color contains mainly: blue. Hex color #545177 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545177 is #ABAE88. Grayscale: #565656. Windows color (decimal): -11251337 or 7819604. OLE color: 7819604.
HSL color Cylindrical-coordinate representation of color #545177: hue angle of 244.74º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #545177 is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 84 | 81 | 119 | - |
| CMYK | 0.29 | 0.32 | 0 | 0.53 |
| HSL | 244.74º | 0.19% | 0.39% | - |
| HSV(B) | 244.74º | 0.32% | 0.47% | - |
| XYZ | 9.93 | 9.1 | 18.69 | - |
| YUV | 86.23 | 146.49 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 81 | 119 | 0.29 | 0.32 | 0 | 0.53 | 244.74 | 0.19 | 0.39 |
| Hex | 54 | 51 | 77 | 1D | 20 | 0 | 35 | F5 | 13 | 27 |
| Octal | 124 | 121 | 167 | 35 | 40 | 0 | 65 | 365 | 23 | 47 |
| Binary | 1010100 | 1010001 | 1110111 | 11101 | 100000 | 0 | 110101 | 11110101 | 10011 | 100111 |
Color Harmonies of #545177
Complementary color
Monochromatic Colors of #545177
Black with #545177
Text Example
Text Example
White with #545177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545177; }
p { color: rgb(84,81,119); }
H1.HeaderClassName
{
color: #545177;
}
.AnyTagClassName
{
color: #545177;
}
</style>
background-color css
<style>
a { background-color: #545177; }
a { background-color: rgb(84,81,119); }
div.DivClassName
{
background-color: #545177;
}
.BgClassName
{
background-color: #545177;
}
</style>
border-color css
<style>
span { border-color: #545177; }
span { border-color: rgb(84,81,119); }
td.TdClassName
{
border-color: #545177;
}
.TagClassName
{
border-color: #545177;
}
</style>