#57815F

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

Shades of Como #57815F

Tints of Como #57815F

Color information

#57815F (or 0x57815F) is unknown color: approx Como. HEX triplet: 57, 81 and 5F. RGB value is (87,129,95). Sum of RGB (Red+Green+Blue) = 87+129+95=311 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.97% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 129 - color contains mainly: green. Hex color #57815F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #57815F is #A87EA0. Grayscale: #707070. Windows color (decimal): -11042465 or 6259031. OLE color: 6259031.

HSL color Cylindrical-coordinate representation of color #57815F: hue angle of 131.43º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #57815F is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB8712995-
CMYK0.3300.260.49
HSL131.43º19.44%42.35%-
HSV(B)131.43º32.56%50.59%-
XYZ13.8518.5513.68-
YUV112.57118.09109.76-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 27.97%
GREEN value IS 129 (50.78% from 255) = 41.48%
BLUE value IS 95 (37.5% from 255) = 30.55%
R=27.97%
G=41.48%
B=30.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal87129950.3300.260.49131.4319.4442.35
Hex57815F2101A3183132a
Octal12720113741032612032352
Binary10101111000000110111111000010110101100011000001110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57815F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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