#5B6A74

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

Shades of Mid Grey #5B6A74

Tints of Mid Grey #5B6A74

Color information

#5B6A74 (or 0x5B6A74) is unknown color: approx Mid Grey. HEX triplet: 5B, 6A and 74. RGB value is (91,106,116). Sum of RGB (Red+Green+Blue) = 91+106+116=313 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.07% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 116 - color contains mainly: blue. Hex color #5B6A74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6A74 is #A4958B. Grayscale: #666666. Windows color (decimal): -10786188 or 7629403. OLE color: 7629403.

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

Color convert

RGB91106116-
CMYK0.220.0900.55
HSL204º12.08%40.59%-
HSV(B)204º21.55%45.49%-
XYZ12.6213.7918.52-
YUV102.66135.53119.69-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.07%
GREEN value IS 106 (41.80% from 255) = 33.87%
BLUE value IS 116 (45.70% from 255) = 37.06%
R=29.07%
G=33.87%
B=37.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal911061160.220.0900.5520412.0840.59
Hex5B6A74169037ccc29
Octal13315216426110673141451
Binary1011011110101011101001011010010110111110011001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,106,116); }

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

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

 a { background-color: rgb(91,106,116); }

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

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

 span { border-color: rgb(91,106,116); }

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