#5E756F

Color #5E756F William (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of William #5E756F

Tints of William #5E756F

Color information

#5E756F (or 0x5E756F) is unknown color: approx William. HEX triplet: 5E, 75 and 6F. RGB value is (94,117,111). Sum of RGB (Red+Green+Blue) = 94+117+111=322 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.19% from 322); Green value is 117 (46.09% from 255 or 36.34% from 322); Blue value is 111 (43.75% from 255 or 34.47% from 322); Max value from RGB is 117 - color contains mainly: green. Hex color #5E756F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E756F is #A18A90. Grayscale: #6D6D6D. Windows color (decimal): -10586769 or 7304542. OLE color: 7304542.

HSL color Cylindrical-coordinate representation of color #5E756F: hue angle of 164.35º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5E756F is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB94117111-
CMYK0.2000.050.54
HSL164.35º10.9%41.37%-
HSV(B)164.35º19.66%45.88%-
XYZ13.8516.2517.45-
YUV109.44128.88116.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 94 (37.11% from 255) = 29.19%
GREEN value IS 117 (46.09% from 255) = 36.34%
BLUE value IS 111 (43.75% from 255) = 34.47%
R=29.19%
G=36.34%
B=34.47%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal941171110.2000.050.54164.3510.941.37
Hex5E756F140536a4b29
Octal1361651572405662441351
Binary101111011101011101111101000101110110101001001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E756F; }

 p { color: rgb(94,117,111); }

 H1.HeaderClassName
 {
   color: #5E756F;
 }
 .AnyTagClassName
 {
   color: #5E756F;
 }
</style>
background-color css

<style>
 a { background-color: #5E756F; }

 a { background-color: rgb(94,117,111); }

 div.DivClassName
 {
   background-color: #5E756F;
 }
 .BgClassName
 {
   background-color: #5E756F;
 }
</style>
border-color css

<style>
 span { border-color: #5E756F; }

 span { border-color: rgb(94,117,111); }

 td.TdClassName
 {
   border-color: #5E756F;
 }
 .TagClassName
 {
   border-color: #5E756F;
 }
</style>