Shades of William #5A6D6B
Tints of William #5A6D6B
RGB
CMYK
RGB Variations
Color information
#5A6D6B (or 0x5A6D6B) is known color: William. HEX triplet: 5A, 6D and 6B. RGB value is (90,109,107). Sum of RGB (Red+Green+Blue) = 90+109+107=306 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.41% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 107 (42.19% from 255 or 34.97% from 306); Max value from RGB is 109 - color contains mainly: green. Hex color #5A6D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6D6B is #A59294. Grayscale: #676767. Windows color (decimal): -10850965 or 7040346. OLE color: 7040346.
HSL color Cylindrical-coordinate representation of color #5A6D6B: hue angle of 173.68º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5A6D6B is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 90 | 109 | 107 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.57 |
| HSL | 173.68º | 0.1% | 0.39% | - |
| HSV(B) | 173.68º | 0.17% | 0.43% | - |
| XYZ | 12.34 | 14.17 | 16 | - |
| YUV | 103.09 | 130.21 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 109 | 107 | 0.17 | 0 | 0.02 | 0.57 | 173.68 | 0.1 | 0.39 |
| Hex | 5A | 6D | 6B | 11 | 0 | 2 | 39 | AE | A | 27 |
| Octal | 132 | 155 | 153 | 21 | 0 | 2 | 71 | 256 | 12 | 47 |
| Binary | 1011010 | 1101101 | 1101011 | 10001 | 0 | 10 | 111001 | 10101110 | 1010 | 100111 |
Color Harmonies of #5A6D6B
Complementary color
Monochromatic Colors of #5A6D6B
Black with #5A6D6B
Text Example
Text Example
White with #5A6D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6D6B; }
p { color: rgb(90,109,107); }
H1.HeaderClassName
{
color: #5A6D6B;
}
.AnyTagClassName
{
color: #5A6D6B;
}
</style>
background-color css
<style>
a { background-color: #5A6D6B; }
a { background-color: rgb(90,109,107); }
div.DivClassName
{
background-color: #5A6D6B;
}
.BgClassName
{
background-color: #5A6D6B;
}
</style>
border-color css
<style>
span { border-color: #5A6D6B; }
span { border-color: rgb(90,109,107); }
td.TdClassName
{
border-color: #5A6D6B;
}
.TagClassName
{
border-color: #5A6D6B;
}
</style>