Shades of William #5C6663
Tints of William #5C6663
RGB
CMYK
RGB Variations
Color information
#5C6663 (or 0x5C6663) is known color: William. HEX triplet: 5C, 66 and 63. RGB value is (92,102,99). Sum of RGB (Red+Green+Blue) = 92+102+99=293 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.40% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 99 (39.06% from 255 or 33.79% from 293); Max value from RGB is 102 - color contains mainly: green. Hex color #5C6663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6663 is #A3999C. Grayscale: #626262. Windows color (decimal): -10721693 or 6514268. OLE color: 6514268.
HSL color Cylindrical-coordinate representation of color #5C6663: hue angle of 162º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5C6663 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 92 | 102 | 99 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.6 |
| HSL | 162º | 0.05% | 0.38% | - |
| HSV(B) | 162º | 0.1% | 0.4% | - |
| XYZ | 11.42 | 12.68 | 13.65 | - |
| YUV | 98.67 | 128.19 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 102 | 99 | 0.10 | 0 | 0.03 | 0.6 | 162 | 0.05 | 0.38 |
| Hex | 5C | 66 | 63 | A | 0 | 3 | 3C | A2 | 5 | 26 |
| Octal | 134 | 146 | 143 | 12 | 0 | 3 | 74 | 242 | 5 | 46 |
| Binary | 1011100 | 1100110 | 1100011 | 1010 | 0 | 11 | 111100 | 10100010 | 101 | 100110 |
Color Harmonies of #5C6663
Complementary color
Monochromatic Colors of #5C6663
Black with #5C6663
Text Example
Text Example
White with #5C6663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6663; }
p { color: rgb(92,102,99); }
H1.HeaderClassName
{
color: #5C6663;
}
.AnyTagClassName
{
color: #5C6663;
}
</style>
background-color css
<style>
a { background-color: #5C6663; }
a { background-color: rgb(92,102,99); }
div.DivClassName
{
background-color: #5C6663;
}
.BgClassName
{
background-color: #5C6663;
}
</style>
border-color css
<style>
span { border-color: #5C6663; }
span { border-color: rgb(92,102,99); }
td.TdClassName
{
border-color: #5C6663;
}
.TagClassName
{
border-color: #5C6663;
}
</style>