#55835F

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

Shades of Como #55835F

Tints of Como #55835F

Color information

#55835F (or 0x55835F) is unknown color: approx Como. HEX triplet: 55, 83 and 5F. RGB value is (85,131,95). Sum of RGB (Red+Green+Blue) = 85+131+95=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 131 (51.56% from 255 or 42.12% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 131 - color contains mainly: green. Hex color #55835F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55835F is #AA7CA0. Grayscale: #717171. Windows color (decimal): -11173025 or 6259541. OLE color: 6259541.

HSL color Cylindrical-coordinate representation of color #55835F: hue angle of 133.04º 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 #55835F is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB8513195-
CMYK0.3500.270.49
HSL133.04º21.3%42.35%-
HSV(B)133.04º35.11%51.37%-
XYZ13.9318.9913.76-
YUV113.14117.76107.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.33%
GREEN value IS 131 (51.56% from 255) = 42.12%
BLUE value IS 95 (37.5% from 255) = 30.55%
R=27.33%
G=42.12%
B=30.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85131950.3500.270.49133.0421.342.35
Hex55835F2301B3185152a
Octal12520313743033612052552
Binary10101011000001110111111000110110111100011000010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55835F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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