#557356

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

Shades of Killarney #557356

Tints of Killarney #557356

Color information

#557356 (or 0x557356) is unknown color: approx Killarney. HEX triplet: 55, 73 and 56. RGB value is (85,115,86). Sum of RGB (Red+Green+Blue) = 85+115+86=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 115 - color contains mainly: green. Hex color #557356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557356 is #AA8CA9. Grayscale: #666666. Windows color (decimal): -11177130 or 5665621. OLE color: 5665621.

HSL color Cylindrical-coordinate representation of color #557356: hue angle of 122º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #557356 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB8511586-
CMYK0.2600.250.55
HSL122º15%39.22%-
HSV(B)122º26.09%45.1%-
XYZ11.5614.8611.06-
YUV102.72118.56115.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.72%
GREEN value IS 115 (45.31% from 255) = 40.21%
BLUE value IS 86 (33.98% from 255) = 30.07%
R=29.72%
G=40.21%
B=30.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85115860.2600.250.551221539.22
Hex5573561A019377af27
Octal12516312632031671721747
Binary1010101111001110101101101001100111011111110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557356; }

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

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

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

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

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

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

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

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