#5B7061

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

Shades of Como #5B7061

Tints of Como #5B7061

Color information

#5B7061 (or 0x5B7061) is unknown color: approx Como. HEX triplet: 5B, 70 and 61. RGB value is (91,112,97). Sum of RGB (Red+Green+Blue) = 91+112+97=300 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.33% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 97 (38.28% from 255 or 32.33% from 300); Max value from RGB is 112 - color contains mainly: green. Hex color #5B7061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B7061 is #A48F9E. Grayscale: #686868. Windows color (decimal): -10784671 or 6385755. OLE color: 6385755.

HSL color Cylindrical-coordinate representation of color #5B7061: hue angle of 137.14º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5B7061 is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB9111297-
CMYK0.1900.130.56
HSL137.14º10.34%39.8%-
HSV(B)137.14º18.75%43.92%-
XYZ12.2714.6813.5-
YUV104.01124.04118.72-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.33%
GREEN value IS 112 (44.14% from 255) = 37.33%
BLUE value IS 97 (38.28% from 255) = 32.33%
R=30.33%
G=37.33%
B=32.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal91112970.1900.130.56137.1410.3439.8
Hex5B7061130D3889a28
Octal13316014123015702111250
Binary1011011111000011000011001101101111000100010011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,112,97); }

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

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

 a { background-color: rgb(91,112,97); }

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

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

 span { border-color: rgb(91,112,97); }

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