#517365

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

Shades of Como #517365

Tints of Como #517365

Color information

#517365 (or 0x517365) is unknown color: approx Como. HEX triplet: 51, 73 and 65. RGB value is (81,115,101). Sum of RGB (Red+Green+Blue) = 81+115+101=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 115 (45.31% from 255 or 38.72% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 115 - color contains mainly: green. Hex color #517365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517365 is #AE8C9A. Grayscale: #676767. Windows color (decimal): -11439259 or 6648657. OLE color: 6648657.

HSL color Cylindrical-coordinate representation of color #517365: hue angle of 155.29º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #517365 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB81115101-
CMYK0.3000.120.55
HSL155.29º17.35%38.43%-
HSV(B)155.29º29.57%45.1%-
XYZ11.8714.9514.57-
YUV103.24126.74112.14-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.27%
GREEN value IS 115 (45.31% from 255) = 38.72%
BLUE value IS 101 (39.84% from 255) = 34.01%
R=27.27%
G=38.72%
B=34.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal811151010.3000.120.55155.2917.3538.43
Hex5173651E0C379b1126
Octal12116314536014672332146
Binary10100011110011110010111110011001101111001101110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517365; }

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

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

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

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

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

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

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

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