Shades of Victoria #54507F
Tints of Victoria #54507F
RGB
CMYK
RGB Variations
Color information
#54507F (or 0x54507F) is known color: Victoria. HEX triplet: 54, 50 and 7F. RGB value is (84,80,127). Sum of RGB (Red+Green+Blue) = 84+80+127=291 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.87% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 127 - color contains mainly: blue. Hex color #54507F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54507F is #ABAF80. Grayscale: #565656. Windows color (decimal): -11251585 or 8343636. OLE color: 8343636.
HSL color Cylindrical-coordinate representation of color #54507F: hue angle of 245.11º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #54507F is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 84 | 80 | 127 | - |
| CMYK | 0.34 | 0.37 | 0 | 0.50 |
| HSL | 245.11º | 0.23% | 0.41% | - |
| HSV(B) | 245.11º | 0.37% | 0.5% | - |
| XYZ | 10.36 | 9.15 | 21.3 | - |
| YUV | 86.55 | 150.83 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 80 | 127 | 0.34 | 0.37 | 0 | 0.50 | 245.11 | 0.23 | 0.41 |
| Hex | 54 | 50 | 7F | 22 | 25 | 0 | 32 | F5 | 17 | 29 |
| Octal | 124 | 120 | 177 | 42 | 45 | 0 | 62 | 365 | 27 | 51 |
| Binary | 1010100 | 1010000 | 1111111 | 100010 | 100101 | 0 | 110010 | 11110101 | 10111 | 101001 |
Color Harmonies of #54507F
Complementary color
Monochromatic Colors of #54507F
Black with #54507F
Text Example
Text Example
White with #54507F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54507F; }
p { color: rgb(84,80,127); }
H1.HeaderClassName
{
color: #54507F;
}
.AnyTagClassName
{
color: #54507F;
}
</style>
background-color css
<style>
a { background-color: #54507F; }
a { background-color: rgb(84,80,127); }
div.DivClassName
{
background-color: #54507F;
}
.BgClassName
{
background-color: #54507F;
}
</style>
border-color css
<style>
span { border-color: #54507F; }
span { border-color: rgb(84,80,127); }
td.TdClassName
{
border-color: #54507F;
}
.TagClassName
{
border-color: #54507F;
}
</style>