Shades of William #5A6765
Tints of William #5A6765
RGB
CMYK
RGB Variations
Color information
#5A6765 (or 0x5A6765) is known color: William. HEX triplet: 5A, 67 and 65. RGB value is (90,103,101). Sum of RGB (Red+Green+Blue) = 90+103+101=294 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.61% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 103 - color contains mainly: green. Hex color #5A6765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6765 is #A5989A. Grayscale: #626262. Windows color (decimal): -10852507 or 6645594. OLE color: 6645594.
HSL color Cylindrical-coordinate representation of color #5A6765: hue angle of 170.77º 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 #5A6765 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 103 | 101 | - |
| CMYK | 0.13 | 0 | 0.02 | 0.60 |
| HSL | 170.77º | 0.07% | 0.38% | - |
| HSV(B) | 170.77º | 0.13% | 0.4% | - |
| XYZ | 11.42 | 12.81 | 14.18 | - |
| YUV | 98.89 | 129.19 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 103 | 101 | 0.13 | 0 | 0.02 | 0.60 | 170.77 | 0.07 | 0.38 |
| Hex | 5A | 67 | 65 | D | 0 | 2 | 3C | AB | 7 | 26 |
| Octal | 132 | 147 | 145 | 15 | 0 | 2 | 74 | 253 | 7 | 46 |
| Binary | 1011010 | 1100111 | 1100101 | 1101 | 0 | 10 | 111100 | 10101011 | 111 | 100110 |
Color Harmonies of #5A6765
Complementary color
Monochromatic Colors of #5A6765
Black with #5A6765
Text Example
Text Example
White with #5A6765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6765; }
p { color: rgb(90,103,101); }
H1.HeaderClassName
{
color: #5A6765;
}
.AnyTagClassName
{
color: #5A6765;
}
</style>
background-color css
<style>
a { background-color: #5A6765; }
a { background-color: rgb(90,103,101); }
div.DivClassName
{
background-color: #5A6765;
}
.BgClassName
{
background-color: #5A6765;
}
</style>
border-color css
<style>
span { border-color: #5A6765; }
span { border-color: rgb(90,103,101); }
td.TdClassName
{
border-color: #5A6765;
}
.TagClassName
{
border-color: #5A6765;
}
</style>