Shades of Victoria #54547E
Tints of Victoria #54547E
RGB
CMYK
RGB Variations
Color information
#54547E (or 0x54547E) is known color: Victoria. HEX triplet: 54, 54 and 7E. RGB value is (84,84,126). Sum of RGB (Red+Green+Blue) = 84+84+126=294 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.57% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 126 (49.61% from 255 or 42.86% from 294); Max value from RGB is 126 - color contains mainly: blue. Hex color #54547E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54547E is #ABAB81. Grayscale: #585858. Windows color (decimal): -11250562 or 8279124. OLE color: 8279124.
HSL color Cylindrical-coordinate representation of color #54547E: hue angle of 240º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #54547E is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 84 | 126 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.51 |
| HSL | 240º | 0.2% | 0.41% | - |
| HSV(B) | 240º | 0.33% | 0.49% | - |
| XYZ | 10.59 | 9.73 | 21.06 | - |
| YUV | 88.79 | 149 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 84 | 126 | 0.33 | 0.33 | 0 | 0.51 | 240 | 0.2 | 0.41 |
| Hex | 54 | 54 | 7E | 21 | 21 | 0 | 33 | F0 | 14 | 29 |
| Octal | 124 | 124 | 176 | 41 | 41 | 0 | 63 | 360 | 24 | 51 |
| Binary | 1010100 | 1010100 | 1111110 | 100001 | 100001 | 0 | 110011 | 11110000 | 10100 | 101001 |
Color Harmonies of #54547E
Complementary color
Monochromatic Colors of #54547E
Black with #54547E
Text Example
Text Example
White with #54547E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54547E; }
p { color: rgb(84,84,126); }
H1.HeaderClassName
{
color: #54547E;
}
.AnyTagClassName
{
color: #54547E;
}
</style>
background-color css
<style>
a { background-color: #54547E; }
a { background-color: rgb(84,84,126); }
div.DivClassName
{
background-color: #54547E;
}
.BgClassName
{
background-color: #54547E;
}
</style>
border-color css
<style>
span { border-color: #54547E; }
span { border-color: rgb(84,84,126); }
td.TdClassName
{
border-color: #54547E;
}
.TagClassName
{
border-color: #54547E;
}
</style>