#58725E

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

Shades of Como #58725E

Tints of Como #58725E

Color information

#58725E (or 0x58725E) is unknown color: approx Como. HEX triplet: 58, 72 and 5E. RGB value is (88,114,94). Sum of RGB (Red+Green+Blue) = 88+114+94=296 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.73% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 114 - color contains mainly: green. Hex color #58725E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58725E is #A78DA1. Grayscale: #686868. Windows color (decimal): -10980770 or 6189656. OLE color: 6189656.

HSL color Cylindrical-coordinate representation of color #58725E: hue angle of 133.85º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #58725E is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB8811494-
CMYK0.2300.180.55
HSL133.85º12.87%39.61%-
HSV(B)133.85º22.81%44.71%-
XYZ12.0614.9212.83-
YUV103.95122.39116.63-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.73%
GREEN value IS 114 (44.92% from 255) = 38.51%
BLUE value IS 94 (37.11% from 255) = 31.76%
R=29.73%
G=38.51%
B=31.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal88114940.2300.180.55133.8512.8739.61
Hex58725E170123786d28
Octal13016213627022672061550
Binary10110001110010101111010111010010110111100001101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58725E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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