Shades of Victoria #55547D
Tints of Victoria #55547D
RGB
CMYK
RGB Variations
Color information
#55547D (or 0x55547D) is known color: Victoria. HEX triplet: 55, 54 and 7D. RGB value is (85,84,125). Sum of RGB (Red+Green+Blue) = 85+84+125=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 125 - color contains mainly: blue. Hex color #55547D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55547D is #AAAB82. Grayscale: #585858. Windows color (decimal): -11185027 or 8213589. OLE color: 8213589.
HSL color Cylindrical-coordinate representation of color #55547D: hue angle of 241.46º 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 #55547D is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 84 | 125 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.51 |
| HSL | 241.46º | 0.2% | 0.41% | - |
| HSV(B) | 241.46º | 0.33% | 0.49% | - |
| XYZ | 10.62 | 9.75 | 20.72 | - |
| YUV | 88.97 | 148.33 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 84 | 125 | 0.32 | 0.33 | 0 | 0.51 | 241.46 | 0.2 | 0.41 |
| Hex | 55 | 54 | 7D | 20 | 21 | 0 | 33 | F1 | 14 | 29 |
| Octal | 125 | 124 | 175 | 40 | 41 | 0 | 63 | 361 | 24 | 51 |
| Binary | 1010101 | 1010100 | 1111101 | 100000 | 100001 | 0 | 110011 | 11110001 | 10100 | 101001 |
Color Harmonies of #55547D
Complementary color
Monochromatic Colors of #55547D
Black with #55547D
Text Example
Text Example
White with #55547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55547D; }
p { color: rgb(85,84,125); }
H1.HeaderClassName
{
color: #55547D;
}
.AnyTagClassName
{
color: #55547D;
}
</style>
background-color css
<style>
a { background-color: #55547D; }
a { background-color: rgb(85,84,125); }
div.DivClassName
{
background-color: #55547D;
}
.BgClassName
{
background-color: #55547D;
}
</style>
border-color css
<style>
span { border-color: #55547D; }
span { border-color: rgb(85,84,125); }
td.TdClassName
{
border-color: #55547D;
}
.TagClassName
{
border-color: #55547D;
}
</style>