#557958

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

Shades of Killarney #557958

Tints of Killarney #557958

Color information

#557958 (or 0x557958) is unknown color: approx Killarney. HEX triplet: 55, 79 and 58. RGB value is (85,121,88). Sum of RGB (Red+Green+Blue) = 85+121+88=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 121 (47.66% from 255 or 41.16% from 294); Blue value is 88 (34.77% from 255 or 29.93% from 294); Max value from RGB is 121 - color contains mainly: green. Hex color #557958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557958 is #AA86A7. Grayscale: #6A6A6A. Windows color (decimal): -11175592 or 5798229. OLE color: 5798229.

HSL color Cylindrical-coordinate representation of color #557958: hue angle of 125º 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 #557958 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB8512188-
CMYK0.3000.270.53
HSL125º17.48%40.39%-
HSV(B)125º29.75%47.45%-
XYZ12.3516.3111.73-
YUV106.47117.57112.68-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.91%
GREEN value IS 121 (47.66% from 255) = 41.16%
BLUE value IS 88 (34.77% from 255) = 29.93%
R=28.91%
G=41.16%
B=29.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85121880.3000.270.5312517.4840.39
Hex5579581E01B357d1128
Octal12517113036033651752150
Binary10101011111001101100011110011011110101111110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557958; }

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

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

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

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

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

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

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

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