#557362

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

Shades of Como #557362

Tints of Como #557362

Color information

#557362 (or 0x557362) is unknown color: approx Como. HEX triplet: 55, 73 and 62. RGB value is (85,115,98). Sum of RGB (Red+Green+Blue) = 85+115+98=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 98 (38.67% from 255 or 32.89% from 298); Max value from RGB is 115 - color contains mainly: green. Hex color #557362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557362 is #AA8C9D. Grayscale: #686868. Windows color (decimal): -11177118 or 6452053. OLE color: 6452053.

HSL color Cylindrical-coordinate representation of color #557362: hue angle of 146º 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 #557362 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB8511598-
CMYK0.2600.150.55
HSL146º15%39.22%-
HSV(B)146º26.09%45.1%-
XYZ12.0815.0713.83-
YUV104.09124.56114.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.52%
GREEN value IS 115 (45.31% from 255) = 38.59%
BLUE value IS 98 (38.67% from 255) = 32.89%
R=28.52%
G=38.59%
B=32.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85115980.2600.150.551461539.22
Hex5573621A0F3792f27
Octal12516314232017672221747
Binary1010101111001111000101101001111110111100100101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557362; }

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

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

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

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

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

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

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

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