#59755A

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

Shades of Killarney #59755A

Tints of Killarney #59755A

Color information

#59755A (or 0x59755A) is unknown color: approx Killarney. HEX triplet: 59, 75 and 5A. RGB value is (89,117,90). Sum of RGB (Red+Green+Blue) = 89+117+90=296 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.07% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 117 - color contains mainly: green. Hex color #59755A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59755A is #A68AA5. Grayscale: #696969. Windows color (decimal): -10914470 or 5928281. OLE color: 5928281.

HSL color Cylindrical-coordinate representation of color #59755A: hue angle of 122.14º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #59755A is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB8911790-
CMYK0.2400.230.54
HSL122.14º13.59%40.39%-
HSV(B)122.14º23.93%45.88%-
XYZ12.3315.5812.03-
YUV105.55119.22116.2-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.07%
GREEN value IS 117 (46.09% from 255) = 39.53%
BLUE value IS 90 (35.55% from 255) = 30.41%
R=30.07%
G=39.53%
B=30.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal89117900.2400.230.54122.1413.5940.39
Hex59755A18017367ae28
Octal13116513230027661721650
Binary1011001111010110110101100001011111011011110101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59755A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59755A; }

 p { color: rgb(89,117,90); }

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

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

 a { background-color: rgb(89,117,90); }

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

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

 span { border-color: rgb(89,117,90); }

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