#557556

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

Shades of Killarney #557556

Tints of Killarney #557556

Color information

#557556 (or 0x557556) is unknown color: approx Killarney. HEX triplet: 55, 75 and 56. RGB value is (85,117,86). Sum of RGB (Red+Green+Blue) = 85+117+86=288 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.51% from 288); Green value is 117 (46.09% from 255 or 40.62% from 288); Blue value is 86 (33.98% from 255 or 29.86% from 288); Max value from RGB is 117 - color contains mainly: green. Hex color #557556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557556 is #AA8AA9. Grayscale: #676767. Windows color (decimal): -11176618 or 5666133. OLE color: 5666133.

HSL color Cylindrical-coordinate representation of color #557556: hue angle of 121.87º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #557556 is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB8511786-
CMYK0.2700.260.54
HSL121.87º15.84%39.61%-
HSV(B)121.87º27.35%45.88%-
XYZ11.7915.3311.14-
YUV103.9117.9114.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.51%
GREEN value IS 117 (46.09% from 255) = 40.62%
BLUE value IS 86 (33.98% from 255) = 29.86%
R=29.51%
G=40.62%
B=29.86%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85117860.2700.260.54121.8715.8439.61
Hex5575561B01A367a1028
Octal12516512633032661722050
Binary10101011110101101011011011011010110110111101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557556; }

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

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

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

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

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

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

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

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