#55855F

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

Shades of Como #55855F

Tints of Como #55855F

Color information

#55855F (or 0x55855F) is unknown color: approx Como. HEX triplet: 55, 85 and 5F. RGB value is (85,133,95). Sum of RGB (Red+Green+Blue) = 85+133+95=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 133 - color contains mainly: green. Hex color #55855F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55855F is #AA7AA0. Grayscale: #727272. Windows color (decimal): -11172513 or 6260053. OLE color: 6260053.

HSL color Cylindrical-coordinate representation of color #55855F: hue angle of 132.5º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #55855F is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB8513395-
CMYK0.3600.290.48
HSL132.5º22.02%42.75%-
HSV(B)132.5º36.09%52.16%-
XYZ14.219.5313.85-
YUV114.32117.1107.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.16%
GREEN value IS 133 (52.34% from 255) = 42.49%
BLUE value IS 95 (37.5% from 255) = 30.35%
R=27.16%
G=42.49%
B=30.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85133950.3600.290.48132.522.0242.75
Hex55855F2401D3084162b
Octal12520513744035602042653
Binary10101011000010110111111001000111011100001000010010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55855F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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