#55895D

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

Shades of Como #55895D

Tints of Como #55895D

Color information

#55895D (or 0x55895D) is unknown color: approx Como. HEX triplet: 55, 89 and 5D. RGB value is (85,137,93). Sum of RGB (Red+Green+Blue) = 85+137+93=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 137 - color contains mainly: green. Hex color #55895D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55895D is #AA76A2. Grayscale: #747474. Windows color (decimal): -11171491 or 6130005. OLE color: 6130005.

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

Color convert

RGB8513793-
CMYK0.3800.320.46
HSL129.23º23.42%43.53%-
HSV(B)129.23º37.96%53.73%-
XYZ14.6720.6113.56-
YUV116.44114.77105.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.98%
GREEN value IS 137 (53.91% from 255) = 43.49%
BLUE value IS 93 (36.72% from 255) = 29.52%
R=26.98%
G=43.49%
B=29.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal85137930.3800.320.46129.2323.4243.53
Hex55895D260202E81172c
Octal12521113546040562012754
Binary101010110001001101110110011001000001011101000000110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55895D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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