#506D52

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

Shades of Killarney #506D52

Tints of Killarney #506D52

Color information

#506D52 (or 0x506D52) is unknown color: approx Killarney. HEX triplet: 50, 6D and 52. RGB value is (80,109,82). Sum of RGB (Red+Green+Blue) = 80+109+82=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 109 (42.97% from 255 or 40.22% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 109 - color contains mainly: green. Hex color #506D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506D52 is #AF92AD. Grayscale: #616161. Windows color (decimal): -11506350 or 5401936. OLE color: 5401936.

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

Color convert

RGB8010982-
CMYK0.2700.250.57
HSL124.14º15.34%37.06%-
HSV(B)124.14º26.61%42.75%-
XYZ10.313.2510-
YUV97.25119.39115.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.52%
GREEN value IS 109 (42.97% from 255) = 40.22%
BLUE value IS 82 (32.42% from 255) = 30.26%
R=29.52%
G=40.22%
B=30.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal80109820.2700.250.57124.1415.3437.06
Hex506D521B019397cf25
Octal12015512233031711741745
Binary1010000110110110100101101101100111100111111001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506D52; }

 p { color: rgb(80,109,82); }

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

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

 a { background-color: rgb(80,109,82); }

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

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

 span { border-color: rgb(80,109,82); }

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