#5B7460

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

Shades of Como #5B7460

Tints of Como #5B7460

Color information

#5B7460 (or 0x5B7460) is unknown color: approx Como. HEX triplet: 5B, 74 and 60. RGB value is (91,116,96). Sum of RGB (Red+Green+Blue) = 91+116+96=303 (40% of max value = 765). Red value is 91 (35.94% from 255 or 30.03% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 116 - color contains mainly: green. Hex color #5B7460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7460 is #A48B9F. Grayscale: #6A6A6A. Windows color (decimal): -10783648 or 6321243. OLE color: 6321243.

HSL color Cylindrical-coordinate representation of color #5B7460: hue angle of 132º 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 #5B7460 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB9111696-
CMYK0.2200.170.55
HSL132º12.08%40.59%-
HSV(B)132º21.55%45.49%-
XYZ12.6715.5613.4-
YUV106.24122.22117.13-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.03%
GREEN value IS 116 (45.70% from 255) = 38.28%
BLUE value IS 96 (37.89% from 255) = 31.68%
R=30.03%
G=38.28%
B=31.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91116960.2200.170.5513212.0840.59
Hex5B7460160113784c29
Octal13316414026021672041451
Binary10110111110100110000010110010001110111100001001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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