#5E6D6A

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

Shades of William #5E6D6A

Tints of William #5E6D6A

Color information

#5E6D6A (or 0x5E6D6A) is unknown color: approx William. HEX triplet: 5E, 6D and 6A. RGB value is (94,109,106). Sum of RGB (Red+Green+Blue) = 94+109+106=309 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.42% from 309); Green value is 109 (42.97% from 255 or 35.28% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 109 - color contains mainly: green. Hex color #5E6D6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6D6A is #A19295. Grayscale: #686868. Windows color (decimal): -10588822 or 6974814. OLE color: 6974814.

HSL color Cylindrical-coordinate representation of color #5E6D6A: hue angle of 168º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5E6D6A is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.

Color convert

RGB94109106-
CMYK0.1400.030.57
HSL168º7.39%39.8%-
HSV(B)168º13.76%42.75%-
XYZ12.6914.3615.74-
YUV104.17129.03120.74-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.42%
GREEN value IS 109 (42.97% from 255) = 35.28%
BLUE value IS 106 (41.80% from 255) = 34.30%
R=30.42%
G=35.28%
B=34.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal941091060.1400.030.571687.3939.8
Hex5E6D6AE0339a8728
Octal136155152160371250750
Binary101111011011011101010111001111100110101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,109,106); }

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

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

 a { background-color: rgb(94,109,106); }

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

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

 span { border-color: rgb(94,109,106); }

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