Shades of Victoria #545380
Tints of Victoria #545380
RGB
CMYK
RGB Variations
Color information
#545380 (or 0x545380) is known color: Victoria. HEX triplet: 54, 53 and 80. RGB value is (84,83,128). Sum of RGB (Red+Green+Blue) = 84+83+128=295 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.47% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 128 (50.39% from 255 or 43.39% from 295); Max value from RGB is 128 - color contains mainly: blue. Hex color #545380 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545380 is #ABAC7F. Grayscale: #585858. Windows color (decimal): -11250816 or 8409940. OLE color: 8409940.
HSL color Cylindrical-coordinate representation of color #545380: hue angle of 241.33º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #545380 is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 84 | 83 | 128 | - |
| CMYK | 0.34 | 0.35 | 0 | 0.50 |
| HSL | 241.33º | 0.21% | 0.41% | - |
| HSV(B) | 241.33º | 0.35% | 0.5% | - |
| XYZ | 10.65 | 9.63 | 21.72 | - |
| YUV | 88.43 | 150.33 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 83 | 128 | 0.34 | 0.35 | 0 | 0.50 | 241.33 | 0.21 | 0.41 |
| Hex | 54 | 53 | 80 | 22 | 23 | 0 | 32 | F1 | 15 | 29 |
| Octal | 124 | 123 | 200 | 42 | 43 | 0 | 62 | 361 | 25 | 51 |
| Binary | 1010100 | 1010011 | 10000000 | 100010 | 100011 | 0 | 110010 | 11110001 | 10101 | 101001 |
Color Harmonies of #545380
Complementary color
Monochromatic Colors of #545380
Black with #545380
Text Example
Text Example
White with #545380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545380; }
p { color: rgb(84,83,128); }
H1.HeaderClassName
{
color: #545380;
}
.AnyTagClassName
{
color: #545380;
}
</style>
background-color css
<style>
a { background-color: #545380; }
a { background-color: rgb(84,83,128); }
div.DivClassName
{
background-color: #545380;
}
.BgClassName
{
background-color: #545380;
}
</style>
border-color css
<style>
span { border-color: #545380; }
span { border-color: rgb(84,83,128); }
td.TdClassName
{
border-color: #545380;
}
.TagClassName
{
border-color: #545380;
}
</style>