#517F50

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

Shades of Killarney #517F50

Tints of Killarney #517F50

Color information

#517F50 (or 0x517F50) is unknown color: approx Killarney. HEX triplet: 51, 7F and 50. RGB value is (81,127,80). Sum of RGB (Red+Green+Blue) = 81+127+80=288 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.12% from 288); Green value is 127 (50% from 255 or 44.10% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 127 - color contains mainly: green. Hex color #517F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #517F50 is #AE80AF. Grayscale: #6C6C6C. Windows color (decimal): -11436208 or 5275473. OLE color: 5275473.

HSL color Cylindrical-coordinate representation of color #517F50: hue angle of 118.72º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #517F50 is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.50.

Color convert

RGB8112780-
CMYK0.3600.370.50
HSL118.72º22.71%40.59%-
HSV(B)118.72º37.01%49.8%-
XYZ12.4317.5110.31-
YUV107.89112.26108.82-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.12%
GREEN value IS 127 (50% from 255) = 44.10%
BLUE value IS 80 (31.64% from 255) = 27.78%
R=28.12%
G=44.10%
B=27.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal81127800.3600.370.50118.7222.7140.59
Hex517F502402532771729
Octal12117712044045621672751
Binary1010001111111110100001001000100101110010111011110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517F50; }

 p { color: rgb(81,127,80); }

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

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

 a { background-color: rgb(81,127,80); }

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

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

 span { border-color: rgb(81,127,80); }

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