#557956

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

Shades of Killarney #557956

Tints of Killarney #557956

Color information

#557956 (or 0x557956) is unknown color: approx Killarney. HEX triplet: 55, 79 and 56. RGB value is (85,121,86). Sum of RGB (Red+Green+Blue) = 85+121+86=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 121 (47.66% from 255 or 41.44% from 292); Blue value is 86 (33.98% from 255 or 29.45% from 292); Max value from RGB is 121 - color contains mainly: green. Hex color #557956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557956 is #AA86A9. Grayscale: #6A6A6A. Windows color (decimal): -11175594 or 5667157. OLE color: 5667157.

HSL color Cylindrical-coordinate representation of color #557956: hue angle of 121.67º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #557956 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB8512186-
CMYK0.3000.290.53
HSL121.67º17.48%40.39%-
HSV(B)121.67º29.75%47.45%-
XYZ12.2616.2811.3-
YUV106.25116.57112.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.11%
GREEN value IS 121 (47.66% from 255) = 41.44%
BLUE value IS 86 (33.98% from 255) = 29.45%
R=29.11%
G=41.44%
B=29.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85121860.3000.290.53121.6717.4840.39
Hex5579561E01D357a1128
Octal12517112636035651722150
Binary10101011111001101011011110011101110101111101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557956; }

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

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

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

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

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

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

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

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