#557056

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

Shades of Killarney #557056

Tints of Killarney #557056

Color information

#557056 (or 0x557056) is unknown color: approx Killarney. HEX triplet: 55, 70 and 56. RGB value is (85,112,86). Sum of RGB (Red+Green+Blue) = 85+112+86=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 86 (33.98% from 255 or 30.39% from 283); Max value from RGB is 112 - color contains mainly: green. Hex color #557056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557056 is #AA8FA9. Grayscale: #656565. Windows color (decimal): -11177898 or 5664853. OLE color: 5664853.

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

Color convert

RGB8511286-
CMYK0.2400.230.56
HSL122.22º13.71%38.63%-
HSV(B)122.22º24.11%43.92%-
XYZ11.2214.1910.95-
YUV100.96119.55116.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.04%
GREEN value IS 112 (44.14% from 255) = 39.58%
BLUE value IS 86 (33.98% from 255) = 30.39%
R=30.04%
G=39.58%
B=30.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85112860.2400.230.56122.2213.7138.63
Hex55705618017387ae27
Octal12516012630027701721647
Binary1010101111000010101101100001011111100011110101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557056; }

 p { color: rgb(85,112,86); }

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

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

 a { background-color: rgb(85,112,86); }

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

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

 span { border-color: rgb(85,112,86); }

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