#57805E

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

Shades of Como #57805E

Tints of Como #57805E

Color information

#57805E (or 0x57805E) is unknown color: approx Como. HEX triplet: 57, 80 and 5E. RGB value is (87,128,94). Sum of RGB (Red+Green+Blue) = 87+128+94=309 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.16% from 309); Green value is 128 (50.39% from 255 or 41.42% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 128 - color contains mainly: green. Hex color #57805E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57805E is #A87FA1. Grayscale: #6F6F6F. Windows color (decimal): -11042722 or 6193239. OLE color: 6193239.

HSL color Cylindrical-coordinate representation of color #57805E: hue angle of 130.24º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #57805E is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB8712894-
CMYK0.3200.270.50
HSL130.24º19.07%42.16%-
HSV(B)130.24º32.03%50.2%-
XYZ13.6718.2713.4-
YUV111.86117.92110.26-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 28.16%
GREEN value IS 128 (50.39% from 255) = 41.42%
BLUE value IS 94 (37.11% from 255) = 30.42%
R=28.16%
G=41.42%
B=30.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal87128940.3200.270.50130.2419.0742.16
Hex57805E2001B3282132a
Octal12720013640033622022352
Binary10101111000000010111101000000110111100101000001010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57805E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,128,94); }

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

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

 a { background-color: rgb(87,128,94); }

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

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

 span { border-color: rgb(87,128,94); }

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