#55885E

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

Shades of Como #55885E

Tints of Como #55885E

Color information

#55885E (or 0x55885E) is unknown color: approx Como. HEX triplet: 55, 88 and 5E. RGB value is (85,136,94). Sum of RGB (Red+Green+Blue) = 85+136+94=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 136 - color contains mainly: green. Hex color #55885E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55885E is #AA77A1. Grayscale: #747474. Windows color (decimal): -11171746 or 6195285. OLE color: 6195285.

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

Color convert

RGB8513694-
CMYK0.3800.310.47
HSL130.59º23.08%43.33%-
HSV(B)130.59º37.5%53.33%-
XYZ14.5720.3513.75-
YUV115.96115.6105.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.98%
GREEN value IS 136 (53.52% from 255) = 43.17%
BLUE value IS 94 (37.11% from 255) = 29.84%
R=26.98%
G=43.17%
B=29.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85136940.3800.310.47130.5923.0843.33
Hex55885E2601F2F83172b
Octal12521013646037572032753
Binary10101011000100010111101001100111111011111000001110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55885E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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