Shades of Victoria #545283
Tints of Victoria #545283
RGB
CMYK
RGB Variations
Color information
#545283 (or 0x545283) is known color: Victoria. HEX triplet: 54, 52 and 83. RGB value is (84,82,131). Sum of RGB (Red+Green+Blue) = 84+82+131=297 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.28% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 131 (51.56% from 255 or 44.11% from 297); Max value from RGB is 131 - color contains mainly: blue. Hex color #545283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545283 is #ABAD7C. Grayscale: #575757. Windows color (decimal): -11251069 or 8606292. OLE color: 8606292.
HSL color Cylindrical-coordinate representation of color #545283: hue angle of 242.45º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #545283 is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 84 | 82 | 131 | - |
| CMYK | 0.36 | 0.37 | 0 | 0.49 |
| HSL | 242.45º | 0.23% | 0.42% | - |
| HSV(B) | 242.45º | 0.37% | 0.51% | - |
| XYZ | 10.77 | 9.56 | 22.75 | - |
| YUV | 88.18 | 152.16 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 82 | 131 | 0.36 | 0.37 | 0 | 0.49 | 242.45 | 0.23 | 0.42 |
| Hex | 54 | 52 | 83 | 24 | 25 | 0 | 31 | F2 | 17 | 2A |
| Octal | 124 | 122 | 203 | 44 | 45 | 0 | 61 | 362 | 27 | 52 |
| Binary | 1010100 | 1010010 | 10000011 | 100100 | 100101 | 0 | 110001 | 11110010 | 10111 | 101010 |
Color Harmonies of #545283
Complementary color
Monochromatic Colors of #545283
Black with #545283
Text Example
Text Example
White with #545283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545283; }
p { color: rgb(84,82,131); }
H1.HeaderClassName
{
color: #545283;
}
.AnyTagClassName
{
color: #545283;
}
</style>
background-color css
<style>
a { background-color: #545283; }
a { background-color: rgb(84,82,131); }
div.DivClassName
{
background-color: #545283;
}
.BgClassName
{
background-color: #545283;
}
</style>
border-color css
<style>
span { border-color: #545283; }
span { border-color: rgb(84,82,131); }
td.TdClassName
{
border-color: #545283;
}
.TagClassName
{
border-color: #545283;
}
</style>