#557657

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

Shades of Killarney #557657

Tints of Killarney #557657

Color information

#557657 (or 0x557657) is unknown color: approx Killarney. HEX triplet: 55, 76 and 57. RGB value is (85,118,87). Sum of RGB (Red+Green+Blue) = 85+118+87=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 118 (46.48% from 255 or 40.69% from 290); Blue value is 87 (34.38% from 255 or 30% from 290); Max value from RGB is 118 - color contains mainly: green. Hex color #557657 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557657 is #AA89A8. Grayscale: #686868. Windows color (decimal): -11176361 or 5731925. OLE color: 5731925.

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

Color convert

RGB8511887-
CMYK0.2800.260.54
HSL123.64º16.26%39.8%-
HSV(B)123.64º27.97%46.27%-
XYZ11.9515.5811.39-
YUV104.6118.07114.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.31%
GREEN value IS 118 (46.48% from 255) = 40.69%
BLUE value IS 87 (34.38% from 255) = 30%
R=29.31%
G=40.69%
B=30%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85118870.2800.260.54123.6416.2639.8
Hex5576571C01A367c1028
Octal12516612734032661742050
Binary10101011110110101011111100011010110110111110010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557657; }

 p { color: rgb(85,118,87); }

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

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

 a { background-color: rgb(85,118,87); }

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

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

 span { border-color: rgb(85,118,87); }

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