#55865E

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

Shades of Como #55865E

Tints of Como #55865E

Color information

#55865E (or 0x55865E) is unknown color: approx Como. HEX triplet: 55, 86 and 5E. RGB value is (85,134,94). Sum of RGB (Red+Green+Blue) = 85+134+94=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 134 - color contains mainly: green. Hex color #55865E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55865E is #AA79A1. Grayscale: #727272. Windows color (decimal): -11172258 or 6194773. OLE color: 6194773.

HSL color Cylindrical-coordinate representation of color #55865E: hue angle of 131.02º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #55865E is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB8513494-
CMYK0.3700.300.47
HSL131.02º22.37%42.94%-
HSV(B)131.02º36.57%52.55%-
XYZ14.2919.7913.66-
YUV114.79116.27106.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.16%
GREEN value IS 134 (52.73% from 255) = 42.81%
BLUE value IS 94 (37.11% from 255) = 30.03%
R=27.16%
G=42.81%
B=30.03%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85134940.3700.300.47131.0222.3742.94
Hex55865E2501E2F83162b
Octal12520613645036572032653
Binary10101011000011010111101001010111101011111000001110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55865E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55865E; }

 p { color: rgb(85,134,94); }

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

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

 a { background-color: rgb(85,134,94); }

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

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

 span { border-color: rgb(85,134,94); }

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