#55895E

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

Shades of Como #55895E

Tints of Como #55895E

Color information

#55895E (or 0x55895E) is unknown color: approx Como. HEX triplet: 55, 89 and 5E. RGB value is (85,137,94). Sum of RGB (Red+Green+Blue) = 85+137+94=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 137 (53.91% from 255 or 43.35% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 137 - color contains mainly: green. Hex color #55895E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55895E is #AA76A1. Grayscale: #747474. Windows color (decimal): -11171490 or 6195541. OLE color: 6195541.

HSL color Cylindrical-coordinate representation of color #55895E: hue angle of 130.38º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #55895E is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB8513794-
CMYK0.3800.310.46
HSL130.38º23.42%43.53%-
HSV(B)130.38º37.96%53.73%-
XYZ14.7120.6313.8-
YUV116.55115.27105.5-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.90%
GREEN value IS 137 (53.91% from 255) = 43.35%
BLUE value IS 94 (37.11% from 255) = 29.75%
R=26.90%
G=43.35%
B=29.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal85137940.3800.310.46130.3823.4243.53
Hex55895E2601F2E82172c
Octal12521113646037562022754
Binary10101011000100110111101001100111111011101000001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55895E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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