#5B7463

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

Shades of Como #5B7463

Tints of Como #5B7463

Color information

#5B7463 (or 0x5B7463) is unknown color: approx Como. HEX triplet: 5B, 74 and 63. RGB value is (91,116,99). Sum of RGB (Red+Green+Blue) = 91+116+99=306 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.74% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 116 - color contains mainly: green. Hex color #5B7463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7463 is #A48B9C. Grayscale: #6A6A6A. Windows color (decimal): -10783645 or 6517851. OLE color: 6517851.

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

Color convert

RGB9111699-
CMYK0.2200.150.55
HSL139.2º12.08%40.59%-
HSV(B)139.2º21.55%45.49%-
XYZ12.8115.6214.14-
YUV106.59123.72116.88-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.74%
GREEN value IS 116 (45.70% from 255) = 37.91%
BLUE value IS 99 (39.06% from 255) = 32.35%
R=29.74%
G=37.91%
B=32.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal91116990.2200.150.55139.212.0840.59
Hex5B7463160F378bc29
Octal13316414326017672131451
Binary1011011111010011000111011001111110111100010111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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