#516D54

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

Shades of Killarney #516D54

Tints of Killarney #516D54

Color information

#516D54 (or 0x516D54) is unknown color: approx Killarney. HEX triplet: 51, 6D and 54. RGB value is (81,109,84). Sum of RGB (Red+Green+Blue) = 81+109+84=274 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.56% from 274); Green value is 109 (42.97% from 255 or 39.78% from 274); Blue value is 84 (33.20% from 255 or 30.66% from 274); Max value from RGB is 109 - color contains mainly: green. Hex color #516D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516D54 is #AE92AB. Grayscale: #616161. Windows color (decimal): -11440812 or 5533009. OLE color: 5533009.

HSL color Cylindrical-coordinate representation of color #516D54: hue angle of 126.43º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #516D54 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.57.

Color convert

RGB8110984-
CMYK0.2600.230.57
HSL126.43º14.74%37.25%-
HSV(B)126.43º25.69%42.75%-
XYZ10.4613.3310.41-
YUV97.78120.22116.03-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.56%
GREEN value IS 109 (42.97% from 255) = 39.78%
BLUE value IS 84 (33.20% from 255) = 30.66%
R=29.56%
G=39.78%
B=30.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81109840.2600.230.57126.4314.7437.25
Hex516D541A017397ef25
Octal12115512432027711761745
Binary1010001110110110101001101001011111100111111101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516D54; }

 p { color: rgb(81,109,84); }

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

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

 a { background-color: rgb(81,109,84); }

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

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

 span { border-color: rgb(81,109,84); }

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