#557F57

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

Shades of Killarney #557F57

Tints of Killarney #557F57

Color information

#557F57 (or 0x557F57) is unknown color: approx Killarney. HEX triplet: 55, 7F and 57. RGB value is (85,127,87). Sum of RGB (Red+Green+Blue) = 85+127+87=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 127 (50% from 255 or 42.47% from 299); Blue value is 87 (34.38% from 255 or 29.10% from 299); Max value from RGB is 127 - color contains mainly: green. Hex color #557F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557F57 is #AA80A8. Grayscale: #6E6E6E. Windows color (decimal): -11174057 or 5734229. OLE color: 5734229.

HSL color Cylindrical-coordinate representation of color #557F57: hue angle of 122.86º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #557F57 is Cyan = 0.33, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB8512787-
CMYK0.3300.310.50
HSL122.86º19.81%41.57%-
HSV(B)122.86º33.07%49.8%-
XYZ13.0617.811.76-
YUV109.88115.09110.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.43%
GREEN value IS 127 (50% from 255) = 42.47%
BLUE value IS 87 (34.38% from 255) = 29.10%
R=28.43%
G=42.47%
B=29.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal85127870.3300.310.50122.8619.8141.57
Hex557F572101F327b142a
Octal12517712741037621732452
Binary101010111111111010111100001011111110010111101110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557F57; }

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

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

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

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

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

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

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

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