#51705E

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

Shades of Como #51705E

Tints of Como #51705E

Color information

#51705E (or 0x51705E) is unknown color: approx Como. HEX triplet: 51, 70 and 5E. RGB value is (81,112,94). Sum of RGB (Red+Green+Blue) = 81+112+94=287 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.22% from 287); Green value is 112 (44.14% from 255 or 39.02% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 112 - color contains mainly: green. Hex color #51705E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51705E is #AE8FA1. Grayscale: #646464. Windows color (decimal): -11440034 or 6189137. OLE color: 6189137.

HSL color Cylindrical-coordinate representation of color #51705E: hue angle of 145.16º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #51705E is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB8111294-
CMYK0.2800.160.56
HSL145.16º16.06%37.84%-
HSV(B)145.16º27.68%43.92%-
XYZ11.2114.1512.73-
YUV100.68124.23113.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.22%
GREEN value IS 112 (44.14% from 255) = 39.02%
BLUE value IS 94 (37.11% from 255) = 32.75%
R=28.22%
G=39.02%
B=32.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81112940.2800.160.56145.1616.0637.84
Hex51705E1C01038911026
Octal12116013634020702212046
Binary101000111100001011110111000100001110001001000110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51705E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51705E; }

 p { color: rgb(81,112,94); }

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

<style>
 a { background-color: #51705E; }

 a { background-color: rgb(81,112,94); }

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

<style>
 span { border-color: #51705E; }

 span { border-color: rgb(81,112,94); }

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