#5E6F6D

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

Shades of William #5E6F6D

Tints of William #5E6F6D

Color information

#5E6F6D (or 0x5E6F6D) is unknown color: approx 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

RGB94111109-
CMYK0.1500.020.56
HSL172.94º8.29%40.2%-
HSV(B)172.94º15.32%43.53%-
XYZ13.0614.8516.65-
YUV105.69129.87119.66-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.94%
GREEN value IS 111 (43.75% from 255) = 35.35%
BLUE value IS 109 (42.97% from 255) = 34.71%
R=29.94%
G=35.35%
B=34.71%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal941111090.1500.020.56172.948.2940.2
Hex5E6F6DF0238ad828
Octal1361571551702702551050
Binary1011110110111111011011111010111000101011011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>