Shades of Victoria #54547F
Tints of Victoria #54547F
RGB
CMYK
RGB Variations
Color information
#54547F (or 0x54547F) is known color: Victoria. HEX triplet: 54, 54 and 7F. RGB value is (84,84,127). Sum of RGB (Red+Green+Blue) = 84+84+127=295 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.47% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 127 - color contains mainly: blue. Hex color #54547F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54547F is #ABAB80. Grayscale: #585858. Windows color (decimal): -11250561 or 8344660. OLE color: 8344660.
HSL color Cylindrical-coordinate representation of color #54547F: hue angle of 240º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #54547F is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 84 | 84 | 127 | - |
| CMYK | 0.34 | 0.34 | 0 | 0.50 |
| HSL | 240º | 0.2% | 0.41% | - |
| HSV(B) | 240º | 0.34% | 0.5% | - |
| XYZ | 10.66 | 9.76 | 21.4 | - |
| YUV | 88.9 | 149.5 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 84 | 127 | 0.34 | 0.34 | 0 | 0.50 | 240 | 0.2 | 0.41 |
| Hex | 54 | 54 | 7F | 22 | 22 | 0 | 32 | F0 | 14 | 29 |
| Octal | 124 | 124 | 177 | 42 | 42 | 0 | 62 | 360 | 24 | 51 |
| Binary | 1010100 | 1010100 | 1111111 | 100010 | 100010 | 0 | 110010 | 11110000 | 10100 | 101001 |
Color Harmonies of #54547F
Complementary color
Monochromatic Colors of #54547F
Black with #54547F
Text Example
Text Example
White with #54547F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54547F; }
p { color: rgb(84,84,127); }
H1.HeaderClassName
{
color: #54547F;
}
.AnyTagClassName
{
color: #54547F;
}
</style>
background-color css
<style>
a { background-color: #54547F; }
a { background-color: rgb(84,84,127); }
div.DivClassName
{
background-color: #54547F;
}
.BgClassName
{
background-color: #54547F;
}
</style>
border-color css
<style>
span { border-color: #54547F; }
span { border-color: rgb(84,84,127); }
td.TdClassName
{
border-color: #54547F;
}
.TagClassName
{
border-color: #54547F;
}
</style>