Shades of William #5C6765
Tints of William #5C6765
RGB
CMYK
RGB Variations
Color information
#5C6765 (or 0x5C6765) is known color: William. HEX triplet: 5C, 67 and 65. RGB value is (92,103,101). Sum of RGB (Red+Green+Blue) = 92+103+101=296 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.08% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 103 - color contains mainly: green. Hex color #5C6765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6765 is #A3989A. Grayscale: #636363. Windows color (decimal): -10721435 or 6645596. OLE color: 6645596.
HSL color Cylindrical-coordinate representation of color #5C6765: hue angle of 169.09º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5C6765 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 92 | 103 | 101 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.60 |
| HSL | 169.09º | 0.06% | 0.38% | - |
| HSV(B) | 169.09º | 0.11% | 0.4% | - |
| XYZ | 11.61 | 12.92 | 14.19 | - |
| YUV | 99.48 | 128.86 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 103 | 101 | 0.11 | 0 | 0.02 | 0.60 | 169.09 | 0.06 | 0.38 |
| Hex | 5C | 67 | 65 | B | 0 | 2 | 3C | A9 | 6 | 26 |
| Octal | 134 | 147 | 145 | 13 | 0 | 2 | 74 | 251 | 6 | 46 |
| Binary | 1011100 | 1100111 | 1100101 | 1011 | 0 | 10 | 111100 | 10101001 | 110 | 100110 |
Color Harmonies of #5C6765
Complementary color
Monochromatic Colors of #5C6765
Black with #5C6765
Text Example
Text Example
White with #5C6765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6765; }
p { color: rgb(92,103,101); }
H1.HeaderClassName
{
color: #5C6765;
}
.AnyTagClassName
{
color: #5C6765;
}
</style>
background-color css
<style>
a { background-color: #5C6765; }
a { background-color: rgb(92,103,101); }
div.DivClassName
{
background-color: #5C6765;
}
.BgClassName
{
background-color: #5C6765;
}
</style>
border-color css
<style>
span { border-color: #5C6765; }
span { border-color: rgb(92,103,101); }
td.TdClassName
{
border-color: #5C6765;
}
.TagClassName
{
border-color: #5C6765;
}
</style>