#55705D

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

Shades of Como #55705D

Tints of Como #55705D

Color information

#55705D (or 0x55705D) is unknown color: approx Como. HEX triplet: 55, 70 and 5D. RGB value is (85,112,93). Sum of RGB (Red+Green+Blue) = 85+112+93=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 112 - color contains mainly: green. Hex color #55705D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55705D is #AA8FA2. Grayscale: #656565. Windows color (decimal): -11177891 or 6123605. OLE color: 6123605.

HSL color Cylindrical-coordinate representation of color #55705D: hue angle of 137.78º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #55705D is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB8511293-
CMYK0.2400.170.56
HSL137.78º13.71%38.63%-
HSV(B)137.78º24.11%43.92%-
XYZ11.5214.3112.51-
YUV101.76123.05116.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.31%
GREEN value IS 112 (44.14% from 255) = 38.62%
BLUE value IS 93 (36.72% from 255) = 32.07%
R=29.31%
G=38.62%
B=32.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85112930.2400.170.56137.7813.7138.63
Hex55705D18011388ae27
Octal12516013530021702121647
Binary10101011110000101110111000010001111000100010101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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