#58755D

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

Shades of Como #58755D

Tints of Como #58755D

Color information

#58755D (or 0x58755D) is unknown color: approx Como. HEX triplet: 58, 75 and 5D. RGB value is (88,117,93). Sum of RGB (Red+Green+Blue) = 88+117+93=298 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.53% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 117 - color contains mainly: green. Hex color #58755D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58755D is #A78AA2. Grayscale: #696969. Windows color (decimal): -10980003 or 6124888. OLE color: 6124888.

HSL color Cylindrical-coordinate representation of color #58755D: hue angle of 130.34º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #58755D is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB8811793-
CMYK0.2500.210.54
HSL130.34º14.15%40.2%-
HSV(B)130.34º24.79%45.88%-
XYZ12.3615.5912.71-
YUV105.59120.89115.45-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.53%
GREEN value IS 117 (46.09% from 255) = 39.26%
BLUE value IS 93 (36.72% from 255) = 31.21%
R=29.53%
G=39.26%
B=31.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal88117930.2500.210.54130.3414.1540.2
Hex58755D190153682e28
Octal13016513531025662021650
Binary10110001110101101110111001010101110110100000101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58755D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58755D; }

 p { color: rgb(88,117,93); }

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

<style>
 a { background-color: #58755D; }

 a { background-color: rgb(88,117,93); }

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

<style>
 span { border-color: #58755D; }

 span { border-color: rgb(88,117,93); }

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