#558157

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

Shades of Killarney #558157

Tints of Killarney #558157

Color information

#558157 (or 0x558157) is unknown color: approx Killarney. HEX triplet: 55, 81 and 57. RGB value is (85,129,87). Sum of RGB (Red+Green+Blue) = 85+129+87=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 129 (50.78% from 255 or 42.86% from 301); Blue value is 87 (34.38% from 255 or 28.90% from 301); Max value from RGB is 129 - color contains mainly: green. Hex color #558157 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558157 is #AA7EA8. Grayscale: #6F6F6F. Windows color (decimal): -11173545 or 5734741. OLE color: 5734741.

HSL color Cylindrical-coordinate representation of color #558157: hue angle of 122.73º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #558157 is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB8512987-
CMYK0.3400.330.49
HSL122.73º20.56%41.96%-
HSV(B)122.73º34.11%50.59%-
XYZ13.3218.3211.85-
YUV111.06114.42109.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.24%
GREEN value IS 129 (50.78% from 255) = 42.86%
BLUE value IS 87 (34.38% from 255) = 28.90%
R=28.24%
G=42.86%
B=28.90%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85129870.3400.330.49122.7320.5641.96
Hex55815722021317b152a
Octal12520112742041611732552
Binary10101011000000110101111000100100001110001111101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558157; }

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

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

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

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

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

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

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

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