Shades of Victoria #545181
Tints of Victoria #545181
RGB
CMYK
RGB Variations
Color information
#545181 (or 0x545181) is known color: Victoria. HEX triplet: 54, 51 and 81. RGB value is (84,81,129). Sum of RGB (Red+Green+Blue) = 84+81+129=294 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.57% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 129 (50.78% from 255 or 43.88% from 294); Max value from RGB is 129 - color contains mainly: blue. Hex color #545181 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545181 is #ABAE7E. Grayscale: #575757. Windows color (decimal): -11251327 or 8474964. OLE color: 8474964.
HSL color Cylindrical-coordinate representation of color #545181: hue angle of 243.75º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #545181 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 84 | 81 | 129 | - |
| CMYK | 0.35 | 0.37 | 0 | 0.49 |
| HSL | 243.75º | 0.23% | 0.41% | - |
| HSV(B) | 243.75º | 0.37% | 0.51% | - |
| XYZ | 10.56 | 9.35 | 22.02 | - |
| YUV | 87.37 | 151.49 | 125.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 81 | 129 | 0.35 | 0.37 | 0 | 0.49 | 243.75 | 0.23 | 0.41 |
| Hex | 54 | 51 | 81 | 23 | 25 | 0 | 31 | F4 | 17 | 29 |
| Octal | 124 | 121 | 201 | 43 | 45 | 0 | 61 | 364 | 27 | 51 |
| Binary | 1010100 | 1010001 | 10000001 | 100011 | 100101 | 0 | 110001 | 11110100 | 10111 | 101001 |
Color Harmonies of #545181
Complementary color
Monochromatic Colors of #545181
Black with #545181
Text Example
Text Example
White with #545181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545181; }
p { color: rgb(84,81,129); }
H1.HeaderClassName
{
color: #545181;
}
.AnyTagClassName
{
color: #545181;
}
</style>
background-color css
<style>
a { background-color: #545181; }
a { background-color: rgb(84,81,129); }
div.DivClassName
{
background-color: #545181;
}
.BgClassName
{
background-color: #545181;
}
</style>
border-color css
<style>
span { border-color: #545181; }
span { border-color: rgb(84,81,129); }
td.TdClassName
{
border-color: #545181;
}
.TagClassName
{
border-color: #545181;
}
</style>