#51755D

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

Shades of Como #51755D

Tints of Como #51755D

Color information

#51755D (or 0x51755D) is unknown color: approx Como. HEX triplet: 51, 75 and 5D. RGB value is (81,117,93). Sum of RGB (Red+Green+Blue) = 81+117+93=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 117 (46.09% from 255 or 40.21% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 117 - color contains mainly: green. Hex color #51755D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51755D is #AE8AA2. Grayscale: #676767. Windows color (decimal): -11438755 or 6124881. OLE color: 6124881.

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

Color convert

RGB8111793-
CMYK0.3100.210.54
HSL140º18.18%38.82%-
HSV(B)140º30.77%45.88%-
XYZ11.7315.2612.68-
YUV103.5122.07111.95-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.84%
GREEN value IS 117 (46.09% from 255) = 40.21%
BLUE value IS 93 (36.72% from 255) = 31.96%
R=27.84%
G=40.21%
B=31.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81117930.3100.210.5414018.1838.82
Hex51755D1F015368c1227
Octal12116513537025662142247
Binary101000111101011011101111110101011101101000110010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51755D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,117,93); }

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

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

 a { background-color: rgb(81,117,93); }

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

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

 span { border-color: rgb(81,117,93); }

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