Shades of Victoria #545382
Tints of Victoria #545382
RGB
CMYK
RGB Variations
Color information
#545382 (or 0x545382) is known color: Victoria. HEX triplet: 54, 53 and 82. RGB value is (84,83,130). Sum of RGB (Red+Green+Blue) = 84+83+130=297 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.28% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 130 - color contains mainly: blue. Hex color #545382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545382 is #ABAC7D. Grayscale: #585858. Windows color (decimal): -11250814 or 8541012. OLE color: 8541012.
HSL color Cylindrical-coordinate representation of color #545382: hue angle of 241.28º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #545382 is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 84 | 83 | 130 | - |
| CMYK | 0.35 | 0.36 | 0 | 0.49 |
| HSL | 241.28º | 0.22% | 0.42% | - |
| HSV(B) | 241.28º | 0.36% | 0.51% | - |
| XYZ | 10.78 | 9.68 | 22.42 | - |
| YUV | 88.66 | 151.33 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 83 | 130 | 0.35 | 0.36 | 0 | 0.49 | 241.28 | 0.22 | 0.42 |
| Hex | 54 | 53 | 82 | 23 | 24 | 0 | 31 | F1 | 16 | 2A |
| Octal | 124 | 123 | 202 | 43 | 44 | 0 | 61 | 361 | 26 | 52 |
| Binary | 1010100 | 1010011 | 10000010 | 100011 | 100100 | 0 | 110001 | 11110001 | 10110 | 101010 |
Color Harmonies of #545382
Complementary color
Monochromatic Colors of #545382
Black with #545382
Text Example
Text Example
White with #545382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545382; }
p { color: rgb(84,83,130); }
H1.HeaderClassName
{
color: #545382;
}
.AnyTagClassName
{
color: #545382;
}
</style>
background-color css
<style>
a { background-color: #545382; }
a { background-color: rgb(84,83,130); }
div.DivClassName
{
background-color: #545382;
}
.BgClassName
{
background-color: #545382;
}
</style>
border-color css
<style>
span { border-color: #545382; }
span { border-color: rgb(84,83,130); }
td.TdClassName
{
border-color: #545382;
}
.TagClassName
{
border-color: #545382;
}
</style>