#557858

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

Shades of Killarney #557858

Tints of Killarney #557858

Color information

#557858 (or 0x557858) is unknown color: approx Killarney. HEX triplet: 55, 78 and 58. RGB value is (85,120,88). Sum of RGB (Red+Green+Blue) = 85+120+88=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 120 (47.27% from 255 or 40.96% from 293); Blue value is 88 (34.77% from 255 or 30.03% from 293); Max value from RGB is 120 - color contains mainly: green. Hex color #557858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557858 is #AA87A7. Grayscale: #696969. Windows color (decimal): -11175848 or 5797973. OLE color: 5797973.

HSL color Cylindrical-coordinate representation of color #557858: hue angle of 125.14º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #557858 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB8512088-
CMYK0.2900.270.53
HSL125.14º17.07%40.2%-
HSV(B)125.14º29.17%47.06%-
XYZ12.2216.0711.69-
YUV105.89117.9113.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.01%
GREEN value IS 120 (47.27% from 255) = 40.96%
BLUE value IS 88 (34.77% from 255) = 30.03%
R=29.01%
G=40.96%
B=30.03%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85120880.2900.270.53125.1417.0740.2
Hex5578581D01B357d1128
Octal12517013035033651752150
Binary10101011111000101100011101011011110101111110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557858; }

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

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

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

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

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

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

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

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