#5E6B74

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

Shades of Mid Grey #5E6B74

Tints of Mid Grey #5E6B74

Color information

#5E6B74 (or 0x5E6B74) is unknown color: approx Mid Grey. HEX triplet: 5E, 6B and 74. RGB value is (94,107,116). Sum of RGB (Red+Green+Blue) = 94+107+116=317 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.65% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 116 - color contains mainly: blue. Hex color #5E6B74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6B74 is #A1948B. Grayscale: #686868. Windows color (decimal): -10589324 or 7629662. OLE color: 7629662.

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

Color convert

RGB94107116-
CMYK0.190.0800.55
HSL204.55º10.48%41.18%-
HSV(B)204.55º18.97%45.49%-
XYZ13.0314.1618.57-
YUV104.14134.69120.77-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 29.65%
GREEN value IS 107 (42.19% from 255) = 33.75%
BLUE value IS 116 (45.70% from 255) = 36.59%
R=29.65%
G=33.75%
B=36.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal941071160.190.0800.55204.5510.4841.18
Hex5E6B74138037cda29
Octal13615316423100673151251
Binary1011110110101111101001001110000110111110011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,107,116); }

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

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

 a { background-color: rgb(94,107,116); }

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

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

 span { border-color: rgb(94,107,116); }

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