#55765D

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

Shades of Como #55765D

Tints of Como #55765D

Color information

#55765D (or 0x55765D) is unknown color: approx Como. HEX triplet: 55, 76 and 5D. RGB value is (85,118,93). Sum of RGB (Red+Green+Blue) = 85+118+93=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 118 - color contains mainly: green. Hex color #55765D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55765D is #AA89A2. Grayscale: #696969. Windows color (decimal): -11176355 or 6125141. OLE color: 6125141.

HSL color Cylindrical-coordinate representation of color #55765D: hue angle of 134.55º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #55765D is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB8511893-
CMYK0.2800.210.54
HSL134.55º16.26%39.8%-
HSV(B)134.55º27.97%46.27%-
XYZ12.215.6812.74-
YUV105.28121.07113.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.72%
GREEN value IS 118 (46.48% from 255) = 39.86%
BLUE value IS 93 (36.72% from 255) = 31.42%
R=28.72%
G=39.86%
B=31.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85118930.2800.210.54134.5516.2639.8
Hex55765D1C01536871028
Octal12516613534025662072050
Binary101010111101101011101111000101011101101000011110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55765D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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