#557859

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

Shades of Killarney #557859

Tints of Killarney #557859

Color information

#557859 (or 0x557859) is unknown color: approx Killarney. HEX triplet: 55, 78 and 59. RGB value is (85,120,89). Sum of RGB (Red+Green+Blue) = 85+120+89=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 120 (47.27% from 255 or 40.82% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 120 - color contains mainly: green. Hex color #557859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557859 is #AA87A6. Grayscale: #6A6A6A. Windows color (decimal): -11175847 or 5863509. OLE color: 5863509.

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

Color convert

RGB8512089-
CMYK0.2900.260.53
HSL126.86º17.07%40.2%-
HSV(B)126.86º29.17%47.06%-
XYZ12.2716.0911.91-
YUV106118.4113.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.91%
GREEN value IS 120 (47.27% from 255) = 40.82%
BLUE value IS 89 (35.16% from 255) = 30.27%
R=28.91%
G=40.82%
B=30.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85120890.2900.260.53126.8617.0740.2
Hex5578591D01A357f1128
Octal12517013135032651772150
Binary10101011111000101100111101011010110101111111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557859; }

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

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

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

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

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

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

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

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