#5E736E

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

Shades of William #5E736E

Tints of William #5E736E

Color information

#5E736E (or 0x5E736E) is unknown color: approx William. HEX triplet: 5E, 73 and 6E. RGB value is (94,115,110). Sum of RGB (Red+Green+Blue) = 94+115+110=319 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.47% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 115 - color contains mainly: green. Hex color #5E736E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E736E is #A18C91. Grayscale: #6C6C6C. Windows color (decimal): -10587282 or 7238494. OLE color: 7238494.

HSL color Cylindrical-coordinate representation of color #5E736E: hue angle of 165.71º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5E736E is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB94115110-
CMYK0.1800.040.55
HSL165.71º10.05%40.98%-
HSV(B)165.71º18.26%45.1%-
XYZ13.5615.7717.08-
YUV108.15129.04117.91-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.47%
GREEN value IS 115 (45.31% from 255) = 36.05%
BLUE value IS 110 (43.36% from 255) = 34.48%
R=29.47%
G=36.05%
B=34.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal941151100.1800.040.55165.7110.0540.98
Hex5E736E120437a6a29
Octal1361631562204672461251
Binary101111011100111101110100100100110111101001101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E736E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,115,110); }

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

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

 a { background-color: rgb(94,115,110); }

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

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

 span { border-color: rgb(94,115,110); }

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