Shades of William #5A6E6C
Tints of William #5A6E6C
RGB
CMYK
RGB Variations
Color information
#5A6E6C (or 0x5A6E6C) is known color: William. HEX triplet: 5A, 6E and 6C. RGB value is (90,110,108). Sum of RGB (Red+Green+Blue) = 90+110+108=308 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.22% from 308); Green value is 110 (43.36% from 255 or 35.71% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 110 - color contains mainly: green. Hex color #5A6E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6E6C is #A59193. Grayscale: #676767. Windows color (decimal): -10850708 or 7106138. OLE color: 7106138.
HSL color Cylindrical-coordinate representation of color #5A6E6C: hue angle of 174º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5A6E6C is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 90 | 110 | 108 | - |
| CMYK | 0.18 | 0 | 0.02 | 0.57 |
| HSL | 174º | 0.1% | 0.39% | - |
| HSV(B) | 174º | 0.18% | 0.43% | - |
| XYZ | 12.5 | 14.41 | 16.31 | - |
| YUV | 103.79 | 130.37 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 110 | 108 | 0.18 | 0 | 0.02 | 0.57 | 174 | 0.1 | 0.39 |
| Hex | 5A | 6E | 6C | 12 | 0 | 2 | 39 | AE | A | 27 |
| Octal | 132 | 156 | 154 | 22 | 0 | 2 | 71 | 256 | 12 | 47 |
| Binary | 1011010 | 1101110 | 1101100 | 10010 | 0 | 10 | 111001 | 10101110 | 1010 | 100111 |
Color Harmonies of #5A6E6C
Complementary color
Monochromatic Colors of #5A6E6C
Black with #5A6E6C
Text Example
Text Example
White with #5A6E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6E6C; }
p { color: rgb(90,110,108); }
H1.HeaderClassName
{
color: #5A6E6C;
}
.AnyTagClassName
{
color: #5A6E6C;
}
</style>
background-color css
<style>
a { background-color: #5A6E6C; }
a { background-color: rgb(90,110,108); }
div.DivClassName
{
background-color: #5A6E6C;
}
.BgClassName
{
background-color: #5A6E6C;
}
</style>
border-color css
<style>
span { border-color: #5A6E6C; }
span { border-color: rgb(90,110,108); }
td.TdClassName
{
border-color: #5A6E6C;
}
.TagClassName
{
border-color: #5A6E6C;
}
</style>