#517161

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

Shades of Como #517161

Tints of Como #517161

Color information

#517161 (or 0x517161) is unknown color: approx Como. HEX triplet: 51, 71 and 61. RGB value is (81,113,97). Sum of RGB (Red+Green+Blue) = 81+113+97=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 113 (44.53% from 255 or 38.83% from 291); Blue value is 97 (38.28% from 255 or 33.33% from 291); Max value from RGB is 113 - color contains mainly: green. Hex color #517161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517161 is #AE8E9E. Grayscale: #656565. Windows color (decimal): -11439775 or 6386001. OLE color: 6386001.

HSL color Cylindrical-coordinate representation of color #517161: hue angle of 150º 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 #517161 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB8111397-
CMYK0.2800.140.56
HSL150º16.49%38.04%-
HSV(B)150º28.32%44.31%-
XYZ11.4614.4213.49-
YUV101.61125.4113.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.84%
GREEN value IS 113 (44.53% from 255) = 38.83%
BLUE value IS 97 (38.28% from 255) = 33.33%
R=27.84%
G=38.83%
B=33.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81113970.2800.140.5615016.4938.04
Hex5171611C0E38961026
Octal12116114134016702262046
Binary10100011110001110000111100011101110001001011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517161; }

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

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

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

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

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

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

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

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