Shades of Victoria #544C75
Tints of Victoria #544C75
RGB
CMYK
RGB Variations
Color information
#544C75 (or 0x544C75) is known color: Victoria. HEX triplet: 54, 4C and 75. RGB value is (84,76,117). Sum of RGB (Red+Green+Blue) = 84+76+117=277 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.32% from 277); Green value is 76 (30.08% from 255 or 27.44% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 117 - color contains mainly: blue. Hex color #544C75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #544C75 is #ABB38A. Grayscale: #525252. Windows color (decimal): -11252619 or 7687252. OLE color: 7687252.
HSL color Cylindrical-coordinate representation of color #544C75: hue angle of 251.71º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #544C75 is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 84 | 76 | 117 | - |
| CMYK | 0.28 | 0.35 | 0 | 0.54 |
| HSL | 251.71º | 0.21% | 0.38% | - |
| HSV(B) | 251.71º | 0.35% | 0.46% | - |
| XYZ | 9.45 | 8.34 | 17.94 | - |
| YUV | 83.07 | 147.15 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 76 | 117 | 0.28 | 0.35 | 0 | 0.54 | 251.71 | 0.21 | 0.38 |
| Hex | 54 | 4C | 75 | 1C | 23 | 0 | 36 | FC | 15 | 26 |
| Octal | 124 | 114 | 165 | 34 | 43 | 0 | 66 | 374 | 25 | 46 |
| Binary | 1010100 | 1001100 | 1110101 | 11100 | 100011 | 0 | 110110 | 11111100 | 10101 | 100110 |
Color Harmonies of #544C75
Complementary color
Monochromatic Colors of #544C75
Black with #544C75
Text Example
Text Example
White with #544C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544C75; }
p { color: rgb(84,76,117); }
H1.HeaderClassName
{
color: #544C75;
}
.AnyTagClassName
{
color: #544C75;
}
</style>
background-color css
<style>
a { background-color: #544C75; }
a { background-color: rgb(84,76,117); }
div.DivClassName
{
background-color: #544C75;
}
.BgClassName
{
background-color: #544C75;
}
</style>
border-color css
<style>
span { border-color: #544C75; }
span { border-color: rgb(84,76,117); }
td.TdClassName
{
border-color: #544C75;
}
.TagClassName
{
border-color: #544C75;
}
</style>