Shades of Victoria #54527E
Tints of Victoria #54527E
RGB
CMYK
RGB Variations
Color information
#54527E (or 0x54527E) is known color: Victoria. HEX triplet: 54, 52 and 7E. RGB value is (84,82,126). Sum of RGB (Red+Green+Blue) = 84+82+126=292 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.77% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 126 (49.61% from 255 or 43.15% from 292); Max value from RGB is 126 - color contains mainly: blue. Hex color #54527E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54527E is #ABAD81. Grayscale: #575757. Windows color (decimal): -11251074 or 8278612. OLE color: 8278612.
HSL color Cylindrical-coordinate representation of color #54527E: hue angle of 242.73º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #54527E is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 84 | 82 | 126 | - |
| CMYK | 0.33 | 0.35 | 0 | 0.51 |
| HSL | 242.73º | 0.21% | 0.41% | - |
| HSV(B) | 242.73º | 0.35% | 0.49% | - |
| XYZ | 10.44 | 9.43 | 21.01 | - |
| YUV | 87.61 | 149.66 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 82 | 126 | 0.33 | 0.35 | 0 | 0.51 | 242.73 | 0.21 | 0.41 |
| Hex | 54 | 52 | 7E | 21 | 23 | 0 | 33 | F3 | 15 | 29 |
| Octal | 124 | 122 | 176 | 41 | 43 | 0 | 63 | 363 | 25 | 51 |
| Binary | 1010100 | 1010010 | 1111110 | 100001 | 100011 | 0 | 110011 | 11110011 | 10101 | 101001 |
Color Harmonies of #54527E
Complementary color
Monochromatic Colors of #54527E
Black with #54527E
Text Example
Text Example
White with #54527E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54527E; }
p { color: rgb(84,82,126); }
H1.HeaderClassName
{
color: #54527E;
}
.AnyTagClassName
{
color: #54527E;
}
</style>
background-color css
<style>
a { background-color: #54527E; }
a { background-color: rgb(84,82,126); }
div.DivClassName
{
background-color: #54527E;
}
.BgClassName
{
background-color: #54527E;
}
</style>
border-color css
<style>
span { border-color: #54527E; }
span { border-color: rgb(84,82,126); }
td.TdClassName
{
border-color: #54527E;
}
.TagClassName
{
border-color: #54527E;
}
</style>