#57755F

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

Shades of Como #57755F

Tints of Como #57755F

Color information

#57755F (or 0x57755F) is unknown color: approx Como. HEX triplet: 57, 75 and 5F. RGB value is (87,117,95). Sum of RGB (Red+Green+Blue) = 87+117+95=299 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.10% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 117 - color contains mainly: green. Hex color #57755F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57755F is #A88AA0. Grayscale: #696969. Windows color (decimal): -11045537 or 6255959. OLE color: 6255959.

HSL color Cylindrical-coordinate representation of color #57755F: hue angle of 136º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #57755F is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB8711795-
CMYK0.2600.190.54
HSL136º14.71%40%-
HSV(B)136º25.64%45.88%-
XYZ12.3615.5813.18-
YUV105.52122.06114.79-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 29.10%
GREEN value IS 117 (46.09% from 255) = 39.13%
BLUE value IS 95 (37.5% from 255) = 31.77%
R=29.10%
G=39.13%
B=31.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal87117950.2600.190.5413614.7140
Hex57755F1A0133688f28
Octal12716513732023662101750
Binary10101111110101101111111010010011110110100010001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57755F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,117,95); }

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

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

 a { background-color: rgb(87,117,95); }

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

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

 span { border-color: rgb(87,117,95); }

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