Shades of William #51756F
Tints of William #51756F
RGB
CMYK
RGB Variations
Color information
#51756F (or 0x51756F) is known color: William. HEX triplet: 51, 75 and 6F. RGB value is (81,117,111). Sum of RGB (Red+Green+Blue) = 81+117+111=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 117 - color contains mainly: green. Hex color #51756F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51756F is #AE8A90. Grayscale: #696969. Windows color (decimal): -11438737 or 7304529. OLE color: 7304529.
HSL color Cylindrical-coordinate representation of color #51756F: hue angle of 170º 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 #51756F is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 81 | 117 | 111 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.54 |
| HSL | 170º | 0.18% | 0.39% | - |
| HSV(B) | 170º | 0.31% | 0.46% | - |
| XYZ | 12.62 | 15.62 | 17.39 | - |
| YUV | 105.55 | 131.07 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 117 | 111 | 0.31 | 0 | 0.05 | 0.54 | 170 | 0.18 | 0.39 |
| Hex | 51 | 75 | 6F | 1F | 0 | 5 | 36 | AA | 12 | 27 |
| Octal | 121 | 165 | 157 | 37 | 0 | 5 | 66 | 252 | 22 | 47 |
| Binary | 1010001 | 1110101 | 1101111 | 11111 | 0 | 101 | 110110 | 10101010 | 10010 | 100111 |
Color Harmonies of #51756F
Complementary color
Monochromatic Colors of #51756F
Black with #51756F
Text Example
Text Example
White with #51756F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51756F; }
p { color: rgb(81,117,111); }
H1.HeaderClassName
{
color: #51756F;
}
.AnyTagClassName
{
color: #51756F;
}
</style>
background-color css
<style>
a { background-color: #51756F; }
a { background-color: rgb(81,117,111); }
div.DivClassName
{
background-color: #51756F;
}
.BgClassName
{
background-color: #51756F;
}
</style>
border-color css
<style>
span { border-color: #51756F; }
span { border-color: rgb(81,117,111); }
td.TdClassName
{
border-color: #51756F;
}
.TagClassName
{
border-color: #51756F;
}
</style>