#517966

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

Shades of Como #517966

Tints of Como #517966

Color information

#517966 (or 0x517966) is unknown color: approx Como. HEX triplet: 51, 79 and 66. RGB value is (81,121,102). Sum of RGB (Red+Green+Blue) = 81+121+102=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 121 (47.66% from 255 or 39.80% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 121 - color contains mainly: green. Hex color #517966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517966 is #AE8699. Grayscale: #6A6A6A. Windows color (decimal): -11437722 or 6715729. OLE color: 6715729.

HSL color Cylindrical-coordinate representation of color #517966: hue angle of 151.5º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #517966 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB81121102-
CMYK0.3300.160.53
HSL151.5º19.8%39.61%-
HSV(B)151.5º33.06%47.45%-
XYZ12.6316.3815.07-
YUV106.87125.25109.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.64%
GREEN value IS 121 (47.66% from 255) = 39.80%
BLUE value IS 102 (40.23% from 255) = 33.55%
R=26.64%
G=39.80%
B=33.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal811211020.3300.160.53151.519.839.61
Hex5179662101035981428
Octal12117114641020652302450
Binary1010001111100111001101000010100001101011001100010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517966; }

 p { color: rgb(81,121,102); }

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

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

 a { background-color: rgb(81,121,102); }

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

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

 span { border-color: rgb(81,121,102); }

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