#557157

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

Shades of Killarney #557157

Tints of Killarney #557157

Color information

#557157 (or 0x557157) is unknown color: approx Killarney. HEX triplet: 55, 71 and 57. RGB value is (85,113,87). Sum of RGB (Red+Green+Blue) = 85+113+87=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 113 - color contains mainly: green. Hex color #557157 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557157 is #AA8EA8. Grayscale: #656565. Windows color (decimal): -11177641 or 5730645. OLE color: 5730645.

HSL color Cylindrical-coordinate representation of color #557157: hue angle of 124.29º 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 #557157 is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB8511387-
CMYK0.2500.230.56
HSL124.29º14.14%38.82%-
HSV(B)124.29º24.78%44.31%-
XYZ11.3714.4311.2-
YUV101.66119.72116.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.82%
GREEN value IS 113 (44.53% from 255) = 39.65%
BLUE value IS 87 (34.38% from 255) = 30.53%
R=29.82%
G=39.65%
B=30.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85113870.2500.230.56124.2914.1438.82
Hex55715719017387ce27
Octal12516112731027701741647
Binary1010101111000110101111100101011111100011111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557157; }

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

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

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

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

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

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

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

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