Shades of Victoria #55537C
Tints of Victoria #55537C
RGB
CMYK
RGB Variations
Color information
#55537C (or 0x55537C) is known color: Victoria. HEX triplet: 55, 53 and 7C. RGB value is (85,83,124). Sum of RGB (Red+Green+Blue) = 85+83+124=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 124 (48.83% from 255 or 42.47% from 292); Max value from RGB is 124 - color contains mainly: blue. Hex color #55537C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55537C is #AAAC83. Grayscale: #585858. Windows color (decimal): -11185284 or 8147797. OLE color: 8147797.
HSL color Cylindrical-coordinate representation of color #55537C: hue angle of 242.93º 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 #55537C is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 85 | 83 | 124 | - |
| CMYK | 0.31 | 0.33 | 0 | 0.51 |
| HSL | 242.93º | 0.2% | 0.41% | - |
| HSV(B) | 242.93º | 0.33% | 0.49% | - |
| XYZ | 10.48 | 9.57 | 20.36 | - |
| YUV | 88.27 | 148.16 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 83 | 124 | 0.31 | 0.33 | 0 | 0.51 | 242.93 | 0.2 | 0.41 |
| Hex | 55 | 53 | 7C | 1F | 21 | 0 | 33 | F3 | 14 | 29 |
| Octal | 125 | 123 | 174 | 37 | 41 | 0 | 63 | 363 | 24 | 51 |
| Binary | 1010101 | 1010011 | 1111100 | 11111 | 100001 | 0 | 110011 | 11110011 | 10100 | 101001 |
Color Harmonies of #55537C
Complementary color
Monochromatic Colors of #55537C
Black with #55537C
Text Example
Text Example
White with #55537C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55537C; }
p { color: rgb(85,83,124); }
H1.HeaderClassName
{
color: #55537C;
}
.AnyTagClassName
{
color: #55537C;
}
</style>
background-color css
<style>
a { background-color: #55537C; }
a { background-color: rgb(85,83,124); }
div.DivClassName
{
background-color: #55537C;
}
.BgClassName
{
background-color: #55537C;
}
</style>
border-color css
<style>
span { border-color: #55537C; }
span { border-color: rgb(85,83,124); }
td.TdClassName
{
border-color: #55537C;
}
.TagClassName
{
border-color: #55537C;
}
</style>