#58765D

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

Shades of Como #58765D

Tints of Como #58765D

Color information

#58765D (or 0x58765D) is unknown color: approx Como. HEX triplet: 58, 76 and 5D. RGB value is (88,118,93). Sum of RGB (Red+Green+Blue) = 88+118+93=299 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.43% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 118 - color contains mainly: green. Hex color #58765D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58765D is #A789A2. Grayscale: #6A6A6A. Windows color (decimal): -10979747 or 6125144. OLE color: 6125144.

HSL color Cylindrical-coordinate representation of color #58765D: hue angle of 130º degrees, saturation: 0.15, 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 #58765D is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB8811893-
CMYK0.2500.210.54
HSL130º14.56%40.39%-
HSV(B)130º25.42%46.27%-
XYZ12.4815.8212.75-
YUV106.18120.56115.03-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.43%
GREEN value IS 118 (46.48% from 255) = 39.46%
BLUE value IS 93 (36.72% from 255) = 31.10%
R=29.43%
G=39.46%
B=31.10%

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
Decimal88118930.2500.210.5413014.5640.39
Hex58765D190153682f28
Octal13016613531025662021750
Binary10110001110110101110111001010101110110100000101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58765D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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