Shades of William #55736B
Tints of William #55736B
RGB
CMYK
RGB Variations
Color information
#55736B (or 0x55736B) is known color: William. HEX triplet: 55, 73 and 6B. RGB value is (85,115,107). Sum of RGB (Red+Green+Blue) = 85+115+107=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 115 - color contains mainly: green. Hex color #55736B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55736B is #AA8C94. Grayscale: #696969. Windows color (decimal): -11177109 or 7041877. OLE color: 7041877.
HSL color Cylindrical-coordinate representation of color #55736B: hue angle of 164º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #55736B is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 115 | 107 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.55 |
| HSL | 164º | 0.15% | 0.39% | - |
| HSV(B) | 164º | 0.26% | 0.45% | - |
| XYZ | 12.53 | 15.25 | 16.19 | - |
| YUV | 105.12 | 129.06 | 113.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 115 | 107 | 0.26 | 0 | 0.07 | 0.55 | 164 | 0.15 | 0.39 |
| Hex | 55 | 73 | 6B | 1A | 0 | 7 | 37 | A4 | F | 27 |
| Octal | 125 | 163 | 153 | 32 | 0 | 7 | 67 | 244 | 17 | 47 |
| Binary | 1010101 | 1110011 | 1101011 | 11010 | 0 | 111 | 110111 | 10100100 | 1111 | 100111 |
Color Harmonies of #55736B
Complementary color
Monochromatic Colors of #55736B
Black with #55736B
Text Example
Text Example
White with #55736B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55736B; }
p { color: rgb(85,115,107); }
H1.HeaderClassName
{
color: #55736B;
}
.AnyTagClassName
{
color: #55736B;
}
</style>
background-color css
<style>
a { background-color: #55736B; }
a { background-color: rgb(85,115,107); }
div.DivClassName
{
background-color: #55736B;
}
.BgClassName
{
background-color: #55736B;
}
</style>
border-color css
<style>
span { border-color: #55736B; }
span { border-color: rgb(85,115,107); }
td.TdClassName
{
border-color: #55736B;
}
.TagClassName
{
border-color: #55736B;
}
</style>