#59755C

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

Shades of Killarney #59755C

Tints of Killarney #59755C

Color information

#59755C (or 0x59755C) is unknown color: approx Killarney. HEX triplet: 59, 75 and 5C. RGB value is (89,117,92). Sum of RGB (Red+Green+Blue) = 89+117+92=298 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.87% from 298); Green value is 117 (46.09% from 255 or 39.26% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 117 - color contains mainly: green. Hex color #59755C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59755C is #A68AA3. Grayscale: #696969. Windows color (decimal): -10914468 or 6059353. OLE color: 6059353.

HSL color Cylindrical-coordinate representation of color #59755C: hue angle of 126.43º 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 #59755C is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB8911792-
CMYK0.2400.210.54
HSL126.43º13.59%40.39%-
HSV(B)126.43º23.93%45.88%-
XYZ12.4115.6212.49-
YUV105.78120.22116.03-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 29.87%
GREEN value IS 117 (46.09% from 255) = 39.26%
BLUE value IS 92 (36.33% from 255) = 30.87%
R=29.87%
G=39.26%
B=30.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal89117920.2400.210.54126.4313.5940.39
Hex59755C18015367ee28
Octal13116513430025661761650
Binary1011001111010110111001100001010111011011111101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59755C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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