#55745A

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

Shades of Killarney #55745A

Tints of Killarney #55745A

Color information

#55745A (or 0x55745A) is unknown color: approx Killarney. HEX triplet: 55, 74 and 5A. RGB value is (85,116,90). Sum of RGB (Red+Green+Blue) = 85+116+90=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 116 - color contains mainly: green. Hex color #55745A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55745A is #AA8BA5. Grayscale: #676767. Windows color (decimal): -11176870 or 5928021. OLE color: 5928021.

HSL color Cylindrical-coordinate representation of color #55745A: hue angle of 129.68º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #55745A is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB8511690-
CMYK0.2700.220.55
HSL129.68º15.42%39.41%-
HSV(B)129.68º26.72%45.49%-
XYZ11.8415.1611.98-
YUV103.77120.23114.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.21%
GREEN value IS 116 (45.70% from 255) = 39.86%
BLUE value IS 90 (35.55% from 255) = 30.93%
R=29.21%
G=39.86%
B=30.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85116900.2700.220.55129.6815.4239.41
Hex55745A1B0163782f27
Octal12516413233026672021747
Binary10101011110100101101011011010110110111100000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55745A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,116,90); }

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

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

 a { background-color: rgb(85,116,90); }

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

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

 span { border-color: rgb(85,116,90); }

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