#557363

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

Shades of Como #557363

Tints of Como #557363

Color information

#557363 (or 0x557363) is unknown color: approx Como. HEX triplet: 55, 73 and 63. RGB value is (85,115,99). Sum of RGB (Red+Green+Blue) = 85+115+99=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 115 - color contains mainly: green. Hex color #557363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557363 is #AA8C9C. Grayscale: #686868. Windows color (decimal): -11177117 or 6517589. OLE color: 6517589.

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

Color convert

RGB8511599-
CMYK0.2600.140.55
HSL148º15%39.22%-
HSV(B)148º26.09%45.1%-
XYZ12.1315.0914.08-
YUV104.21125.06114.3-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.43%
GREEN value IS 115 (45.31% from 255) = 38.46%
BLUE value IS 99 (39.06% from 255) = 33.11%
R=28.43%
G=38.46%
B=33.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85115990.2600.140.551481539.22
Hex5573631A0E3794f27
Octal12516314332016672241747
Binary1010101111001111000111101001110110111100101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557363; }

 p { color: rgb(85,115,99); }

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

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

 a { background-color: rgb(85,115,99); }

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

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

 span { border-color: rgb(85,115,99); }

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