Shades of Victoria #545379
Tints of Victoria #545379
RGB
CMYK
RGB Variations
Color information
#545379 (or 0x545379) is known color: Victoria. HEX triplet: 54, 53 and 79. RGB value is (84,83,121). Sum of RGB (Red+Green+Blue) = 84+83+121=288 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.17% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 121 (47.66% from 255 or 42.01% from 288); Max value from RGB is 121 - color contains mainly: blue. Hex color #545379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545379 is #ABAC86. Grayscale: #575757. Windows color (decimal): -11250823 or 7951188. OLE color: 7951188.
HSL color Cylindrical-coordinate representation of color #545379: hue angle of 241.58º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #545379 is Cyan = 0.31, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 84 | 83 | 121 | - |
| CMYK | 0.31 | 0.31 | 0 | 0.53 |
| HSL | 241.58º | 0.19% | 0.4% | - |
| HSV(B) | 241.58º | 0.31% | 0.47% | - |
| XYZ | 10.2 | 9.45 | 19.38 | - |
| YUV | 87.63 | 146.83 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 83 | 121 | 0.31 | 0.31 | 0 | 0.53 | 241.58 | 0.19 | 0.4 |
| Hex | 54 | 53 | 79 | 1F | 1F | 0 | 35 | F2 | 13 | 28 |
| Octal | 124 | 123 | 171 | 37 | 37 | 0 | 65 | 362 | 23 | 50 |
| Binary | 1010100 | 1010011 | 1111001 | 11111 | 11111 | 0 | 110101 | 11110010 | 10011 | 101000 |
Color Harmonies of #545379
Complementary color
Monochromatic Colors of #545379
Black with #545379
Text Example
Text Example
White with #545379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545379; }
p { color: rgb(84,83,121); }
H1.HeaderClassName
{
color: #545379;
}
.AnyTagClassName
{
color: #545379;
}
</style>
background-color css
<style>
a { background-color: #545379; }
a { background-color: rgb(84,83,121); }
div.DivClassName
{
background-color: #545379;
}
.BgClassName
{
background-color: #545379;
}
</style>
border-color css
<style>
span { border-color: #545379; }
span { border-color: rgb(84,83,121); }
td.TdClassName
{
border-color: #545379;
}
.TagClassName
{
border-color: #545379;
}
</style>