#55895F

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

Shades of Como #55895F

Tints of Como #55895F

Color information

#55895F (or 0x55895F) is unknown color: approx Como. HEX triplet: 55, 89 and 5F. RGB value is (85,137,95). Sum of RGB (Red+Green+Blue) = 85+137+95=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 137 - color contains mainly: green. Hex color #55895F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55895F is #AA76A0. Grayscale: #747474. Windows color (decimal): -11171489 or 6261077. OLE color: 6261077.

HSL color Cylindrical-coordinate representation of color #55895F: hue angle of 131.54º 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 #55895F is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB8513795-
CMYK0.3800.310.46
HSL131.54º23.42%43.53%-
HSV(B)131.54º37.96%53.73%-
XYZ14.7620.6514.03-
YUV116.66115.77105.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.81%
GREEN value IS 137 (53.91% from 255) = 43.22%
BLUE value IS 95 (37.5% from 255) = 29.97%
R=26.81%
G=43.22%
B=29.97%

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
Decimal85137950.3800.310.46131.5423.4243.53
Hex55895F2601F2E84172c
Octal12521113746037562042754
Binary10101011000100110111111001100111111011101000010010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55895F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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