#557857

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

Shades of Killarney #557857

Tints of Killarney #557857

Color information

#557857 (or 0x557857) is unknown color: approx Killarney. HEX triplet: 55, 78 and 57. RGB value is (85,120,87). Sum of RGB (Red+Green+Blue) = 85+120+87=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 120 (47.27% from 255 or 41.10% from 292); Blue value is 87 (34.38% from 255 or 29.79% from 292); Max value from RGB is 120 - color contains mainly: green. Hex color #557857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557857 is #AA87A8. Grayscale: #696969. Windows color (decimal): -11175849 or 5732437. OLE color: 5732437.

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

Color convert

RGB8512087-
CMYK0.2900.280.53
HSL123.43º17.07%40.2%-
HSV(B)123.43º29.17%47.06%-
XYZ12.1816.0511.47-
YUV105.77117.4113.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.11%
GREEN value IS 120 (47.27% from 255) = 41.10%
BLUE value IS 87 (34.38% from 255) = 29.79%
R=29.11%
G=41.10%
B=29.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85120870.2900.280.53123.4317.0740.2
Hex5578571D01C357b1128
Octal12517012735034651732150
Binary10101011111000101011111101011100110101111101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557857; }

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

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

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

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

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

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

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

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