#55875E

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

Shades of Como #55875E

Tints of Como #55875E

Color information

#55875E (or 0x55875E) is unknown color: approx Como. HEX triplet: 55, 87 and 5E. RGB value is (85,135,94). Sum of RGB (Red+Green+Blue) = 85+135+94=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 135 (53.12% from 255 or 42.99% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 135 - color contains mainly: green. Hex color #55875E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55875E is #AA78A1. Grayscale: #737373. Windows color (decimal): -11172002 or 6195029. OLE color: 6195029.

HSL color Cylindrical-coordinate representation of color #55875E: hue angle of 130.8º degrees, saturation: 0.23, 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 #55875E is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB8513594-
CMYK0.3700.300.47
HSL130.8º22.73%43.14%-
HSV(B)130.8º37.04%52.94%-
XYZ14.4320.0713.7-
YUV115.38115.94106.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.07%
GREEN value IS 135 (53.12% from 255) = 42.99%
BLUE value IS 94 (37.11% from 255) = 29.94%
R=27.07%
G=42.99%
B=29.94%

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
Decimal85135940.3700.300.47130.822.7343.14
Hex55875E2501E2F83172b
Octal12520713645036572032753
Binary10101011000011110111101001010111101011111000001110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55875E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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