#557A56

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

Shades of Killarney #557A56

Tints of Killarney #557A56

Color information

#557A56 (or 0x557A56) is unknown color: approx Killarney. HEX triplet: 55, 7A and 56. RGB value is (85,122,86). Sum of RGB (Red+Green+Blue) = 85+122+86=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 122 (48.05% from 255 or 41.64% from 293); Blue value is 86 (33.98% from 255 or 29.35% from 293); Max value from RGB is 122 - color contains mainly: green. Hex color #557A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557A56 is #AA85A9. Grayscale: #6A6A6A. Windows color (decimal): -11175338 or 5667413. OLE color: 5667413.

HSL color Cylindrical-coordinate representation of color #557A56: hue angle of 121.62º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #557A56 is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB8512286-
CMYK0.3000.300.52
HSL121.62º17.87%40.59%-
HSV(B)121.62º30.33%47.84%-
XYZ12.3916.5211.34-
YUV106.83116.24112.43-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.01%
GREEN value IS 122 (48.05% from 255) = 41.64%
BLUE value IS 86 (33.98% from 255) = 29.35%
R=29.01%
G=41.64%
B=29.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal85122860.3000.300.52121.6217.8740.59
Hex557A561E01E347a1229
Octal12517212636036641722251
Binary10101011111010101011011110011110110100111101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557A56; }

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

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

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

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

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

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

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

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