#517565

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

Shades of Como #517565

Tints of Como #517565

Color information

#517565 (or 0x517565) is unknown color: approx Como. HEX triplet: 51, 75 and 65. RGB value is (81,117,101). Sum of RGB (Red+Green+Blue) = 81+117+101=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 117 - color contains mainly: green. Hex color #517565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517565 is #AE8A9A. Grayscale: #686868. Windows color (decimal): -11438747 or 6649169. OLE color: 6649169.

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

Color convert

RGB81117101-
CMYK0.3100.140.54
HSL153.33º18.18%38.82%-
HSV(B)153.33º30.77%45.88%-
XYZ12.115.4114.65-
YUV104.41126.07111.3-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.09%
GREEN value IS 117 (46.09% from 255) = 39.13%
BLUE value IS 101 (39.84% from 255) = 33.78%
R=27.09%
G=39.13%
B=33.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal811171010.3100.140.54153.3318.1838.82
Hex5175651F0E36991227
Octal12116514537016662312247
Binary10100011110101110010111111011101101101001100110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517565; }

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

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

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

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

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

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

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

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