#55835D

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

Shades of Como #55835D

Tints of Como #55835D

Color information

#55835D (or 0x55835D) is unknown color: approx Como. HEX triplet: 55, 83 and 5D. RGB value is (85,131,93). Sum of RGB (Red+Green+Blue) = 85+131+93=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 131 - color contains mainly: green. Hex color #55835D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55835D is #AA7CA2. Grayscale: #717171. Windows color (decimal): -11173027 or 6128469. OLE color: 6128469.

HSL color Cylindrical-coordinate representation of color #55835D: hue angle of 130.43º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #55835D is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB8513193-
CMYK0.3500.290.49
HSL130.43º21.3%42.35%-
HSV(B)130.43º35.11%51.37%-
XYZ13.8418.9513.29-
YUV112.91116.76108.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.51%
GREEN value IS 131 (51.56% from 255) = 42.39%
BLUE value IS 93 (36.72% from 255) = 30.10%
R=27.51%
G=42.39%
B=30.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85131930.3500.290.49130.4321.342.35
Hex55835D2301D3182152a
Octal12520313543035612022552
Binary10101011000001110111011000110111011100011000001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55835D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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