#556E56

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

Shades of Killarney #556E56

Tints of Killarney #556E56

Color information

#556E56 (or 0x556E56) is unknown color: approx Killarney. HEX triplet: 55, 6E and 56. RGB value is (85,110,86). Sum of RGB (Red+Green+Blue) = 85+110+86=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 110 (43.36% from 255 or 39.15% from 281); Blue value is 86 (33.98% from 255 or 30.60% from 281); Max value from RGB is 110 - color contains mainly: green. Hex color #556E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556E56 is #AA91A9. Grayscale: #636363. Windows color (decimal): -11178410 or 5664341. OLE color: 5664341.

HSL color Cylindrical-coordinate representation of color #556E56: hue angle of 122.4º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #556E56 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.57.

Color convert

RGB8511086-
CMYK0.2300.220.57
HSL122.4º12.82%38.24%-
HSV(B)122.4º22.73%43.14%-
XYZ1113.7610.88-
YUV99.79120.22117.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.25%
GREEN value IS 110 (43.36% from 255) = 39.15%
BLUE value IS 86 (33.98% from 255) = 30.60%
R=30.25%
G=39.15%
B=30.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal85110860.2300.220.57122.412.8238.24
Hex556E5617016397ad26
Octal12515612627026711721546
Binary1010101110111010101101011101011011100111110101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #556E56; }

 p { color: rgb(85,110,86); }

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

<style>
 a { background-color: #556E56; }

 a { background-color: rgb(85,110,86); }

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

<style>
 span { border-color: #556E56; }

 span { border-color: rgb(85,110,86); }

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