Shades of Victoria #545384
Tints of Victoria #545384
RGB
CMYK
RGB Variations
Color information
#545384 (or 0x545384) is known color: Victoria. HEX triplet: 54, 53 and 84. RGB value is (84,83,132). Sum of RGB (Red+Green+Blue) = 84+83+132=299 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.09% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 132 (51.95% from 255 or 44.15% from 299); Max value from RGB is 132 - color contains mainly: blue. Hex color #545384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545384 is #ABAC7B. Grayscale: #585858. Windows color (decimal): -11250812 or 8672084. OLE color: 8672084.
HSL color Cylindrical-coordinate representation of color #545384: hue angle of 241.22º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #545384 is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 84 | 83 | 132 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.48 |
| HSL | 241.22º | 0.23% | 0.42% | - |
| HSV(B) | 241.22º | 0.37% | 0.52% | - |
| XYZ | 10.91 | 9.74 | 23.13 | - |
| YUV | 88.89 | 152.33 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 83 | 132 | 0.36 | 0.37 | 0 | 0.48 | 241.22 | 0.23 | 0.42 |
| Hex | 54 | 53 | 84 | 24 | 25 | 0 | 30 | F1 | 17 | 2A |
| Octal | 124 | 123 | 204 | 44 | 45 | 0 | 60 | 361 | 27 | 52 |
| Binary | 1010100 | 1010011 | 10000100 | 100100 | 100101 | 0 | 110000 | 11110001 | 10111 | 101010 |
Color Harmonies of #545384
Complementary color
Monochromatic Colors of #545384
Black with #545384
Text Example
Text Example
White with #545384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545384; }
p { color: rgb(84,83,132); }
H1.HeaderClassName
{
color: #545384;
}
.AnyTagClassName
{
color: #545384;
}
</style>
background-color css
<style>
a { background-color: #545384; }
a { background-color: rgb(84,83,132); }
div.DivClassName
{
background-color: #545384;
}
.BgClassName
{
background-color: #545384;
}
</style>
border-color css
<style>
span { border-color: #545384; }
span { border-color: rgb(84,83,132); }
td.TdClassName
{
border-color: #545384;
}
.TagClassName
{
border-color: #545384;
}
</style>