#557158

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

Shades of Killarney #557158

Tints of Killarney #557158

Color information

#557158 (or 0x557158) is unknown color: approx Killarney. HEX triplet: 55, 71 and 58. RGB value is (85,113,88). Sum of RGB (Red+Green+Blue) = 85+113+88=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 113 (44.53% from 255 or 39.51% from 286); Blue value is 88 (34.77% from 255 or 30.77% from 286); Max value from RGB is 113 - color contains mainly: green. Hex color #557158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557158 is #AA8EA7. Grayscale: #656565. Windows color (decimal): -11177640 or 5796181. OLE color: 5796181.

HSL color Cylindrical-coordinate representation of color #557158: hue angle of 126.43º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #557158 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB8511388-
CMYK0.2500.220.56
HSL126.43º14.14%38.82%-
HSV(B)126.43º24.78%44.31%-
XYZ11.4114.4511.42-
YUV101.78120.22116.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.72%
GREEN value IS 113 (44.53% from 255) = 39.51%
BLUE value IS 88 (34.77% from 255) = 30.77%
R=29.72%
G=39.51%
B=30.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85113880.2500.220.56126.4314.1438.82
Hex55715819016387ee27
Octal12516113031026701761647
Binary1010101111000110110001100101011011100011111101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557158; }

 p { color: rgb(85,113,88); }

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

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

 a { background-color: rgb(85,113,88); }

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

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

 span { border-color: rgb(85,113,88); }

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