Shades of Victoria #54498B
Tints of Victoria #54498B
RGB
CMYK
RGB Variations
Color information
#54498B (or 0x54498B) is known color: Victoria. HEX triplet: 54, 49 and 8B. RGB value is (84,73,139). Sum of RGB (Red+Green+Blue) = 84+73+139=296 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.38% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 139 - color contains mainly: blue. Hex color #54498B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54498B is #ABB674. Grayscale: #535353. Windows color (decimal): -11253365 or 9128276. OLE color: 9128276.
HSL color Cylindrical-coordinate representation of color #54498B: hue angle of 250º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #54498B is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 73 | 139 | - |
| CMYK | 0.40 | 0.47 | 0 | 0.45 |
| HSL | 250º | 0.31% | 0.42% | - |
| HSV(B) | 250º | 0.47% | 0.55% | - |
| XYZ | 10.7 | 8.51 | 25.51 | - |
| YUV | 83.81 | 159.14 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 73 | 139 | 0.40 | 0.47 | 0 | 0.45 | 250 | 0.31 | 0.42 |
| Hex | 54 | 49 | 8B | 28 | 2F | 0 | 2D | FA | 1F | 2A |
| Octal | 124 | 111 | 213 | 50 | 57 | 0 | 55 | 372 | 37 | 52 |
| Binary | 1010100 | 1001001 | 10001011 | 101000 | 101111 | 0 | 101101 | 11111010 | 11111 | 101010 |
Color Harmonies of #54498B
Complementary color
Monochromatic Colors of #54498B
Black with #54498B
Text Example
Text Example
White with #54498B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54498B; }
p { color: rgb(84,73,139); }
H1.HeaderClassName
{
color: #54498B;
}
.AnyTagClassName
{
color: #54498B;
}
</style>
background-color css
<style>
a { background-color: #54498B; }
a { background-color: rgb(84,73,139); }
div.DivClassName
{
background-color: #54498B;
}
.BgClassName
{
background-color: #54498B;
}
</style>
border-color css
<style>
span { border-color: #54498B; }
span { border-color: rgb(84,73,139); }
td.TdClassName
{
border-color: #54498B;
}
.TagClassName
{
border-color: #54498B;
}
</style>