Shades of William #586C66
Tints of William #586C66
RGB
CMYK
RGB Variations
Color information
#586C66 (or 0x586C66) is known color: William. HEX triplet: 58, 6C and 66. RGB value is (88,108,102). Sum of RGB (Red+Green+Blue) = 88+108+102=298 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.53% from 298); Green value is 108 (42.58% from 255 or 36.24% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 108 - color contains mainly: green. Hex color #586C66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586C66 is #A79399. Grayscale: #656565. Windows color (decimal): -10982298 or 6712408. OLE color: 6712408.
HSL color Cylindrical-coordinate representation of color #586C66: hue angle of 162º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #586C66 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 88 | 108 | 102 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.58 |
| HSL | 162º | 0.1% | 0.38% | - |
| HSV(B) | 162º | 0.19% | 0.42% | - |
| XYZ | 11.79 | 13.76 | 14.61 | - |
| YUV | 101.34 | 128.37 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 108 | 102 | 0.19 | 0 | 0.06 | 0.58 | 162 | 0.1 | 0.38 |
| Hex | 58 | 6C | 66 | 13 | 0 | 6 | 3A | A2 | A | 26 |
| Octal | 130 | 154 | 146 | 23 | 0 | 6 | 72 | 242 | 12 | 46 |
| Binary | 1011000 | 1101100 | 1100110 | 10011 | 0 | 110 | 111010 | 10100010 | 1010 | 100110 |
Color Harmonies of #586C66
Complementary color
Monochromatic Colors of #586C66
Black with #586C66
Text Example
Text Example
White with #586C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #586C66; }
p { color: rgb(88,108,102); }
H1.HeaderClassName
{
color: #586C66;
}
.AnyTagClassName
{
color: #586C66;
}
</style>
background-color css
<style>
a { background-color: #586C66; }
a { background-color: rgb(88,108,102); }
div.DivClassName
{
background-color: #586C66;
}
.BgClassName
{
background-color: #586C66;
}
</style>
border-color css
<style>
span { border-color: #586C66; }
span { border-color: rgb(88,108,102); }
td.TdClassName
{
border-color: #586C66;
}
.TagClassName
{
border-color: #586C66;
}
</style>