#557658

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

Shades of Killarney #557658

Tints of Killarney #557658

Color information

#557658 (or 0x557658) is unknown color: approx Killarney. HEX triplet: 55, 76 and 58. RGB value is (85,118,88). Sum of RGB (Red+Green+Blue) = 85+118+88=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 118 - color contains mainly: green. Hex color #557658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557658 is #AA89A7. Grayscale: #686868. Windows color (decimal): -11176360 or 5797461. OLE color: 5797461.

HSL color Cylindrical-coordinate representation of color #557658: hue angle of 125.45º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #557658 is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB8511888-
CMYK0.2800.250.54
HSL125.45º16.26%39.8%-
HSV(B)125.45º27.97%46.27%-
XYZ11.9915.5911.61-
YUV104.71118.57113.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.21%
GREEN value IS 118 (46.48% from 255) = 40.55%
BLUE value IS 88 (34.77% from 255) = 30.24%
R=29.21%
G=40.55%
B=30.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85118880.2800.250.54125.4516.2639.8
Hex5576581C019367d1028
Octal12516613034031661752050
Binary10101011110110101100011100011001110110111110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557658; }

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

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

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

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

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

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

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

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