Shades of William #5A6763
Tints of William #5A6763
RGB
CMYK
RGB Variations
Color information
#5A6763 (or 0x5A6763) is known color: William. HEX triplet: 5A, 67 and 63. RGB value is (90,103,99). Sum of RGB (Red+Green+Blue) = 90+103+99=292 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.82% from 292); Green value is 103 (40.62% from 255 or 35.27% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 103 - color contains mainly: green. Hex color #5A6763 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6763 is #A5989C. Grayscale: #626262. Windows color (decimal): -10852509 or 6514522. OLE color: 6514522.
HSL color Cylindrical-coordinate representation of color #5A6763: hue angle of 161.54º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5A6763 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 103 | 99 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.60 |
| HSL | 161.54º | 0.07% | 0.38% | - |
| HSV(B) | 161.54º | 0.13% | 0.4% | - |
| XYZ | 11.32 | 12.78 | 13.67 | - |
| YUV | 98.66 | 128.19 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 103 | 99 | 0.13 | 0 | 0.04 | 0.60 | 161.54 | 0.07 | 0.38 |
| Hex | 5A | 67 | 63 | D | 0 | 4 | 3C | A2 | 7 | 26 |
| Octal | 132 | 147 | 143 | 15 | 0 | 4 | 74 | 242 | 7 | 46 |
| Binary | 1011010 | 1100111 | 1100011 | 1101 | 0 | 100 | 111100 | 10100010 | 111 | 100110 |
Color Harmonies of #5A6763
Complementary color
Monochromatic Colors of #5A6763
Black with #5A6763
Text Example
Text Example
White with #5A6763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6763; }
p { color: rgb(90,103,99); }
H1.HeaderClassName
{
color: #5A6763;
}
.AnyTagClassName
{
color: #5A6763;
}
</style>
background-color css
<style>
a { background-color: #5A6763; }
a { background-color: rgb(90,103,99); }
div.DivClassName
{
background-color: #5A6763;
}
.BgClassName
{
background-color: #5A6763;
}
</style>
border-color css
<style>
span { border-color: #5A6763; }
span { border-color: rgb(90,103,99); }
td.TdClassName
{
border-color: #5A6763;
}
.TagClassName
{
border-color: #5A6763;
}
</style>