#557359

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

Shades of Killarney #557359

Tints of Killarney #557359

Color information

#557359 (or 0x557359) is unknown color: approx Killarney. HEX triplet: 55, 73 and 59. RGB value is (85,115,89). Sum of RGB (Red+Green+Blue) = 85+115+89=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 115 (45.31% from 255 or 39.79% from 289); Blue value is 89 (35.16% from 255 or 30.80% from 289); Max value from RGB is 115 - color contains mainly: green. Hex color #557359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557359 is #AA8CA6. Grayscale: #676767. Windows color (decimal): -11177127 or 5862229. OLE color: 5862229.

HSL color Cylindrical-coordinate representation of color #557359: hue angle of 128º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #557359 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB8511589-
CMYK0.2600.230.55
HSL128º15%39.22%-
HSV(B)128º26.09%45.1%-
XYZ11.6814.9111.71-
YUV103.07120.06115.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.41%
GREEN value IS 115 (45.31% from 255) = 39.79%
BLUE value IS 89 (35.16% from 255) = 30.80%
R=29.41%
G=39.79%
B=30.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85115890.2600.230.551281539.22
Hex5573591A0173780f27
Octal12516313132027672001747
Binary10101011110011101100111010010111110111100000001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557359; }

 p { color: rgb(85,115,89); }

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

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

 a { background-color: rgb(85,115,89); }

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

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

 span { border-color: rgb(85,115,89); }

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