#517361

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

Shades of Como #517361

Tints of Como #517361

Color information

#517361 (or 0x517361) is unknown color: approx Como. HEX triplet: 51, 73 and 61. RGB value is (81,115,97). Sum of RGB (Red+Green+Blue) = 81+115+97=293 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.65% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 97 (38.28% from 255 or 33.11% from 293); Max value from RGB is 115 - color contains mainly: green. Hex color #517361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517361 is #AE8C9E. Grayscale: #666666. Windows color (decimal): -11439263 or 6386513. OLE color: 6386513.

HSL color Cylindrical-coordinate representation of color #517361: hue angle of 148.24º 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 #517361 is Cyan = 0.30, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB8111597-
CMYK0.3000.160.55
HSL148.24º17.35%38.43%-
HSV(B)148.24º29.57%45.1%-
XYZ11.6814.8713.56-
YUV102.78124.74112.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.65%
GREEN value IS 115 (45.31% from 255) = 39.25%
BLUE value IS 97 (38.28% from 255) = 33.11%
R=27.65%
G=39.25%
B=33.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81115970.3000.160.55148.2417.3538.43
Hex5173611E01037941126
Octal12116314136020672242146
Binary101000111100111100001111100100001101111001010010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517361; }

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

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

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

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

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

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

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

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