#557558

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

Shades of Killarney #557558

Tints of Killarney #557558

Color information

#557558 (or 0x557558) is unknown color: approx Killarney. HEX triplet: 55, 75 and 58. RGB value is (85,117,88). Sum of RGB (Red+Green+Blue) = 85+117+88=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 117 (46.09% from 255 or 40.34% from 290); Blue value is 88 (34.77% from 255 or 30.34% from 290); Max value from RGB is 117 - color contains mainly: green. Hex color #557558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557558 is #AA8AA7. Grayscale: #686868. Windows color (decimal): -11176616 or 5797205. OLE color: 5797205.

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

Color convert

RGB8511788-
CMYK0.2700.250.54
HSL125.62º15.84%39.61%-
HSV(B)125.62º27.35%45.88%-
XYZ11.8715.3611.57-
YUV104.13118.9114.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.31%
GREEN value IS 117 (46.09% from 255) = 40.34%
BLUE value IS 88 (34.77% from 255) = 30.34%
R=29.31%
G=40.34%
B=30.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85117880.2700.250.54125.6215.8439.61
Hex5575581B019367e1028
Octal12516513033031661762050
Binary10101011110101101100011011011001110110111111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557558; }

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

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

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

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

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

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

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

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