#517661

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

Shades of Como #517661

Tints of Como #517661

Color information

#517661 (or 0x517661) is unknown color: approx Como. HEX triplet: 51, 76 and 61. RGB value is (81,118,97). Sum of RGB (Red+Green+Blue) = 81+118+97=296 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.36% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 97 (38.28% from 255 or 32.77% from 296); Max value from RGB is 118 - color contains mainly: green. Hex color #517661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517661 is #AE899E. Grayscale: #686868. Windows color (decimal): -11438495 or 6387281. OLE color: 6387281.

HSL color Cylindrical-coordinate representation of color #517661: hue angle of 145.95º degrees, saturation: 0.19, 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 #517661 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB8111897-
CMYK0.3100.180.54
HSL145.95º18.59%39.02%-
HSV(B)145.95º31.36%46.27%-
XYZ12.0315.5713.68-
YUV104.54123.74111.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.36%
GREEN value IS 118 (46.48% from 255) = 39.86%
BLUE value IS 97 (38.28% from 255) = 32.77%
R=27.36%
G=39.86%
B=32.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal81118970.3100.180.54145.9518.5939.02
Hex5176611F01236921327
Octal12116614137022662222347
Binary101000111101101100001111110100101101101001001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517661; }

 p { color: rgb(81,118,97); }

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

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

 a { background-color: rgb(81,118,97); }

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

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

 span { border-color: rgb(81,118,97); }

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