Shades of William #55726B
Tints of William #55726B
RGB
CMYK
RGB Variations
Color information
#55726B (or 0x55726B) is known color: William. HEX triplet: 55, 72 and 6B. RGB value is (85,114,107). Sum of RGB (Red+Green+Blue) = 85+114+107=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 107 (42.19% from 255 or 34.97% from 306); Max value from RGB is 114 - color contains mainly: green. Hex color #55726B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55726B is #AA8D94. Grayscale: #686868. Windows color (decimal): -11177365 or 7041621. OLE color: 7041621.
HSL color Cylindrical-coordinate representation of color #55726B: hue angle of 165.52º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #55726B is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 114 | 107 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.55 |
| HSL | 165.52º | 0.15% | 0.39% | - |
| HSV(B) | 165.52º | 0.25% | 0.45% | - |
| XYZ | 12.42 | 15.03 | 16.16 | - |
| YUV | 104.53 | 129.39 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 114 | 107 | 0.25 | 0 | 0.06 | 0.55 | 165.52 | 0.15 | 0.39 |
| Hex | 55 | 72 | 6B | 19 | 0 | 6 | 37 | A6 | F | 27 |
| Octal | 125 | 162 | 153 | 31 | 0 | 6 | 67 | 246 | 17 | 47 |
| Binary | 1010101 | 1110010 | 1101011 | 11001 | 0 | 110 | 110111 | 10100110 | 1111 | 100111 |
Color Harmonies of #55726B
Complementary color
Monochromatic Colors of #55726B
Black with #55726B
Text Example
Text Example
White with #55726B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55726B; }
p { color: rgb(85,114,107); }
H1.HeaderClassName
{
color: #55726B;
}
.AnyTagClassName
{
color: #55726B;
}
</style>
background-color css
<style>
a { background-color: #55726B; }
a { background-color: rgb(85,114,107); }
div.DivClassName
{
background-color: #55726B;
}
.BgClassName
{
background-color: #55726B;
}
</style>
border-color css
<style>
span { border-color: #55726B; }
span { border-color: rgb(85,114,107); }
td.TdClassName
{
border-color: #55726B;
}
.TagClassName
{
border-color: #55726B;
}
</style>