#516B54

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

Shades of Killarney #516B54

Tints of Killarney #516B54

Color information

#516B54 (or 0x516B54) is unknown color: approx Killarney. HEX triplet: 51, 6B and 54. RGB value is (81,107,84). Sum of RGB (Red+Green+Blue) = 81+107+84=272 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.78% from 272); Green value is 107 (42.19% from 255 or 39.34% from 272); Blue value is 84 (33.20% from 255 or 30.88% from 272); Max value from RGB is 107 - color contains mainly: green. Hex color #516B54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516B54 is #AE94AB. Grayscale: #606060. Windows color (decimal): -11441324 or 5532497. OLE color: 5532497.

HSL color Cylindrical-coordinate representation of color #516B54: hue angle of 126.92º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #516B54 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.

Color convert

RGB8110784-
CMYK0.2400.210.58
HSL126.92º13.83%36.86%-
HSV(B)126.92º24.3%41.96%-
XYZ10.2512.910.34-
YUV96.6120.89116.87-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.78%
GREEN value IS 107 (42.19% from 255) = 39.34%
BLUE value IS 84 (33.20% from 255) = 30.88%
R=29.78%
G=39.34%
B=30.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81107840.2400.210.58126.9213.8336.86
Hex516B54180153A7fe25
Octal12115312430025721771645
Binary1010001110101110101001100001010111101011111111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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