Shades of Victoria #545187
Tints of Victoria #545187
RGB
CMYK
RGB Variations
Color information
#545187 (or 0x545187) is known color: Victoria. HEX triplet: 54, 51 and 87. RGB value is (84,81,135). Sum of RGB (Red+Green+Blue) = 84+81+135=300 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 135 (53.12% from 255 or 45% from 300); Max value from RGB is 135 - color contains mainly: blue. Hex color #545187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545187 is #ABAE78. Grayscale: #575757. Windows color (decimal): -11251321 or 8868180. OLE color: 8868180.
HSL color Cylindrical-coordinate representation of color #545187: hue angle of 243.33º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #545187 is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 84 | 81 | 135 | - |
| CMYK | 0.38 | 0.40 | 0 | 0.47 |
| HSL | 243.33º | 0.25% | 0.42% | - |
| HSV(B) | 243.33º | 0.4% | 0.53% | - |
| XYZ | 10.97 | 9.52 | 24.18 | - |
| YUV | 88.05 | 154.49 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 81 | 135 | 0.38 | 0.40 | 0 | 0.47 | 243.33 | 0.25 | 0.42 |
| Hex | 54 | 51 | 87 | 26 | 28 | 0 | 2F | F3 | 19 | 2A |
| Octal | 124 | 121 | 207 | 46 | 50 | 0 | 57 | 363 | 31 | 52 |
| Binary | 1010100 | 1010001 | 10000111 | 100110 | 101000 | 0 | 101111 | 11110011 | 11001 | 101010 |
Color Harmonies of #545187
Complementary color
Monochromatic Colors of #545187
Black with #545187
Text Example
Text Example
White with #545187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545187; }
p { color: rgb(84,81,135); }
H1.HeaderClassName
{
color: #545187;
}
.AnyTagClassName
{
color: #545187;
}
</style>
background-color css
<style>
a { background-color: #545187; }
a { background-color: rgb(84,81,135); }
div.DivClassName
{
background-color: #545187;
}
.BgClassName
{
background-color: #545187;
}
</style>
border-color css
<style>
span { border-color: #545187; }
span { border-color: rgb(84,81,135); }
td.TdClassName
{
border-color: #545187;
}
.TagClassName
{
border-color: #545187;
}
</style>