#58765F

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

Shades of Como #58765F

Tints of Como #58765F

Color information

#58765F (or 0x58765F) is unknown color: approx Como. HEX triplet: 58, 76 and 5F. RGB value is (88,118,95). Sum of RGB (Red+Green+Blue) = 88+118+95=301 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.24% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 118 - color contains mainly: green. Hex color #58765F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58765F is #A789A0. Grayscale: #6A6A6A. Windows color (decimal): -10979745 or 6256216. OLE color: 6256216.

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

Color convert

RGB8811895-
CMYK0.2500.190.54
HSL134º14.56%40.39%-
HSV(B)134º25.42%46.27%-
XYZ12.5715.8613.22-
YUV106.41121.56114.87-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.24%
GREEN value IS 118 (46.48% from 255) = 39.20%
BLUE value IS 95 (37.5% from 255) = 31.56%
R=29.24%
G=39.20%
B=31.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal88118950.2500.190.5413414.5640.39
Hex58765F190133686f28
Octal13016613731023662061750
Binary10110001110110101111111001010011110110100001101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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