#557260

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

Shades of Como #557260

Tints of Como #557260

Color information

#557260 (or 0x557260) is unknown color: approx Como. HEX triplet: 55, 72 and 60. RGB value is (85,114,96). Sum of RGB (Red+Green+Blue) = 85+114+96=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 114 - color contains mainly: green. Hex color #557260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557260 is #AA8D9F. Grayscale: #676767. Windows color (decimal): -11177376 or 6320725. OLE color: 6320725.

HSL color Cylindrical-coordinate representation of color #557260: hue angle of 142.76º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #557260 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB8511496-
CMYK0.2500.160.55
HSL142.76º14.57%39.02%-
HSV(B)142.76º25.44%44.71%-
XYZ11.8714.8113.3-
YUV103.28123.89114.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.81%
GREEN value IS 114 (44.92% from 255) = 38.64%
BLUE value IS 96 (37.89% from 255) = 32.54%
R=28.81%
G=38.64%
B=32.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85114960.2500.160.55142.7614.5739.02
Hex55726019010378ff27
Octal12516214031020672171747
Binary10101011110010110000011001010000110111100011111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557260; }

 p { color: rgb(85,114,96); }

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

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

 a { background-color: rgb(85,114,96); }

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

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

 span { border-color: rgb(85,114,96); }

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