#58775E

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

Shades of Como #58775E

Tints of Como #58775E

Color information

#58775E (or 0x58775E) is unknown color: approx Como. HEX triplet: 58, 77 and 5E. RGB value is (88,119,94). Sum of RGB (Red+Green+Blue) = 88+119+94=301 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.24% from 301); Green value is 119 (46.88% from 255 or 39.53% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 119 - color contains mainly: green. Hex color #58775E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58775E is #A788A1. Grayscale: #6A6A6A. Windows color (decimal): -10979490 or 6190936. OLE color: 6190936.

HSL color Cylindrical-coordinate representation of color #58775E: hue angle of 131.61º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #58775E is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB8811994-
CMYK0.2600.210.53
HSL131.61º14.98%40.59%-
HSV(B)131.61º26.05%46.67%-
XYZ12.6416.0813.03-
YUV106.88120.73114.53-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.24%
GREEN value IS 119 (46.88% from 255) = 39.53%
BLUE value IS 94 (37.11% from 255) = 31.23%
R=29.24%
G=39.53%
B=31.23%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal88119940.2600.210.53131.6114.9840.59
Hex58775E1A0153584f29
Octal13016713632025652041751
Binary10110001110111101111011010010101110101100001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58775E; }

 p { color: rgb(88,119,94); }

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

<style>
 a { background-color: #58775E; }

 a { background-color: rgb(88,119,94); }

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

<style>
 span { border-color: #58775E; }

 span { border-color: rgb(88,119,94); }

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