#506F56

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

Shades of Killarney #506F56

Tints of Killarney #506F56

Color information

#506F56 (or 0x506F56) is unknown color: approx Killarney. HEX triplet: 50, 6F and 56. RGB value is (80,111,86). Sum of RGB (Red+Green+Blue) = 80+111+86=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 111 (43.75% from 255 or 40.07% from 277); Blue value is 86 (33.98% from 255 or 31.05% from 277); Max value from RGB is 111 - color contains mainly: green. Hex color #506F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506F56 is #AF90A9. Grayscale: #626262. Windows color (decimal): -11505834 or 5664592. OLE color: 5664592.

HSL color Cylindrical-coordinate representation of color #506F56: hue angle of 131.61º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #506F56 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB8011186-
CMYK0.2800.230.56
HSL131.61º16.23%37.45%-
HSV(B)131.61º27.93%43.53%-
XYZ10.6713.7510.89-
YUV98.88120.73114.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.88%
GREEN value IS 111 (43.75% from 255) = 40.07%
BLUE value IS 86 (33.98% from 255) = 31.05%
R=28.88%
G=40.07%
B=31.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80111860.2800.230.56131.6116.2337.45
Hex506F561C01738841025
Octal12015712634027702042045
Binary101000011011111010110111000101111110001000010010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,111,86); }

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

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

 a { background-color: rgb(80,111,86); }

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

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

 span { border-color: rgb(80,111,86); }

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