#557757

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

Shades of Killarney #557757

Tints of Killarney #557757

Color information

#557757 (or 0x557757) is unknown color: approx Killarney. HEX triplet: 55, 77 and 57. RGB value is (85,119,87). Sum of RGB (Red+Green+Blue) = 85+119+87=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 119 (46.88% from 255 or 40.89% from 291); Blue value is 87 (34.38% from 255 or 29.90% from 291); Max value from RGB is 119 - color contains mainly: green. Hex color #557757 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557757 is #AA88A8. Grayscale: #696969. Windows color (decimal): -11176105 or 5732181. OLE color: 5732181.

HSL color Cylindrical-coordinate representation of color #557757: hue angle of 123.53º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #557757 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB8511987-
CMYK0.2900.270.53
HSL123.53º16.67%40%-
HSV(B)123.53º28.57%46.67%-
XYZ12.0615.8111.43-
YUV105.19117.74113.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.21%
GREEN value IS 119 (46.88% from 255) = 40.89%
BLUE value IS 87 (34.38% from 255) = 29.90%
R=29.21%
G=40.89%
B=29.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85119870.2900.270.53123.5316.6740
Hex5577571D01B357c1128
Octal12516712735033651742150
Binary10101011110111101011111101011011110101111110010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557757; }

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

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

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

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

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

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

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

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