Shades of William #5E6F6C
Tints of William #5E6F6C
RGB
CMYK
RGB Variations
Color information
#5E6F6C (or 0x5E6F6C) is known color: William. HEX triplet: 5E, 6F and 6C. RGB value is (94,111,108). Sum of RGB (Red+Green+Blue) = 94+111+108=313 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.03% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 111 - color contains mainly: green. Hex color #5E6F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6F6C is #A19093. Grayscale: #696969. Windows color (decimal): -10588308 or 7106398. OLE color: 7106398.
HSL color Cylindrical-coordinate representation of color #5E6F6C: hue angle of 169.41º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5E6F6C is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
RGB | 94 | 111 | 108 | - |
CMYK | 0.15 | 0 | 0.03 | 0.56 |
HSL | 169.41º | 0.08% | 0.4% | - |
HSV(B) | 169.41º | 0.15% | 0.44% | - |
XYZ | 13.01 | 14.83 | 16.36 | - |
YUV | 105.58 | 129.37 | 119.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 111 | 108 | 0.15 | 0 | 0.03 | 0.56 | 169.41 | 0.08 | 0.4 |
Hex | 5E | 6F | 6C | F | 0 | 3 | 38 | A9 | 8 | 28 |
Octal | 136 | 157 | 154 | 17 | 0 | 3 | 70 | 251 | 10 | 50 |
Binary | 1011110 | 1101111 | 1101100 | 1111 | 0 | 11 | 111000 | 10101001 | 1000 | 101000 |
Color Harmonies of #5E6F6C
Complementary color
Monochromatic Colors of #5E6F6C
Black with #5E6F6C
Text Example
Text Example
White with #5E6F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6F6C; }
p { color: rgb(94,111,108); }
H1.HeaderClassName
{
color: #5E6F6C;
}
.AnyTagClassName
{
color: #5E6F6C;
}
</style>
background-color css
<style>
a { background-color: #5E6F6C; }
a { background-color: rgb(94,111,108); }
div.DivClassName
{
background-color: #5E6F6C;
}
.BgClassName
{
background-color: #5E6F6C;
}
</style>
border-color css
<style>
span { border-color: #5E6F6C; }
span { border-color: rgb(94,111,108); }
td.TdClassName
{
border-color: #5E6F6C;
}
.TagClassName
{
border-color: #5E6F6C;
}
</style>