Shades of William #5E6F6D
Tints of William #5E6F6D
RGB
CMYK
RGB Variations
Color information
#5E6F6D (or 0x5E6F6D) is known color: William. HEX triplet: 5E, 6F and 6D. RGB value is (94,111,109). Sum of RGB (Red+Green+Blue) = 94+111+109=314 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.94% from 314); Green value is 111 (43.75% from 255 or 35.35% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 111 - color contains mainly: green. Hex color #5E6F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6F6D is #A19092. Grayscale: #696969. Windows color (decimal): -10588307 or 7171934. OLE color: 7171934.
HSL color Cylindrical-coordinate representation of color #5E6F6D: hue angle of 172.94º 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 #5E6F6D is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
RGB | 94 | 111 | 109 | - |
CMYK | 0.15 | 0 | 0.02 | 0.56 |
HSL | 172.94º | 0.08% | 0.4% | - |
HSV(B) | 172.94º | 0.15% | 0.44% | - |
XYZ | 13.06 | 14.85 | 16.65 | - |
YUV | 105.69 | 129.87 | 119.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 111 | 109 | 0.15 | 0 | 0.02 | 0.56 | 172.94 | 0.08 | 0.4 |
Hex | 5E | 6F | 6D | F | 0 | 2 | 38 | AD | 8 | 28 |
Octal | 136 | 157 | 155 | 17 | 0 | 2 | 70 | 255 | 10 | 50 |
Binary | 1011110 | 1101111 | 1101101 | 1111 | 0 | 10 | 111000 | 10101101 | 1000 | 101000 |
Color Harmonies of #5E6F6D
Complementary color
Monochromatic Colors of #5E6F6D
Black with #5E6F6D
Text Example
Text Example
White with #5E6F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6F6D; }
p { color: rgb(94,111,109); }
H1.HeaderClassName
{
color: #5E6F6D;
}
.AnyTagClassName
{
color: #5E6F6D;
}
</style>
background-color css
<style>
a { background-color: #5E6F6D; }
a { background-color: rgb(94,111,109); }
div.DivClassName
{
background-color: #5E6F6D;
}
.BgClassName
{
background-color: #5E6F6D;
}
</style>
border-color css
<style>
span { border-color: #5E6F6D; }
span { border-color: rgb(94,111,109); }
td.TdClassName
{
border-color: #5E6F6D;
}
.TagClassName
{
border-color: #5E6F6D;
}
</style>