Shades of Victoria #555175
Tints of Victoria #555175
RGB
CMYK
RGB Variations
Color information
#555175 (or 0x555175) is known color: Victoria. HEX triplet: 55, 51 and 75. RGB value is (85,81,117). Sum of RGB (Red+Green+Blue) = 85+81+117=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 117 - color contains mainly: blue. Hex color #555175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555175 is #AAAE8A. Grayscale: #565656. Windows color (decimal): -11185803 or 7688533. OLE color: 7688533.
HSL color Cylindrical-coordinate representation of color #555175: hue angle of 246.67º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #555175 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 81 | 117 | - |
| CMYK | 0.27 | 0.31 | 0 | 0.54 |
| HSL | 246.67º | 0.18% | 0.39% | - |
| HSV(B) | 246.67º | 0.31% | 0.46% | - |
| XYZ | 9.9 | 9.1 | 18.06 | - |
| YUV | 86.3 | 145.33 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 81 | 117 | 0.27 | 0.31 | 0 | 0.54 | 246.67 | 0.18 | 0.39 |
| Hex | 55 | 51 | 75 | 1B | 1F | 0 | 36 | F7 | 12 | 27 |
| Octal | 125 | 121 | 165 | 33 | 37 | 0 | 66 | 367 | 22 | 47 |
| Binary | 1010101 | 1010001 | 1110101 | 11011 | 11111 | 0 | 110110 | 11110111 | 10010 | 100111 |
Color Harmonies of #555175
Complementary color
Monochromatic Colors of #555175
Black with #555175
Text Example
Text Example
White with #555175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555175; }
p { color: rgb(85,81,117); }
H1.HeaderClassName
{
color: #555175;
}
.AnyTagClassName
{
color: #555175;
}
</style>
background-color css
<style>
a { background-color: #555175; }
a { background-color: rgb(85,81,117); }
div.DivClassName
{
background-color: #555175;
}
.BgClassName
{
background-color: #555175;
}
</style>
border-color css
<style>
span { border-color: #555175; }
span { border-color: rgb(85,81,117); }
td.TdClassName
{
border-color: #555175;
}
.TagClassName
{
border-color: #555175;
}
</style>