#55865B

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

Shades of Killarney #55865B

Tints of Killarney #55865B

Color information

#55865B (or 0x55865B) is unknown color: approx Killarney. HEX triplet: 55, 86 and 5B. RGB value is (85,134,91). Sum of RGB (Red+Green+Blue) = 85+134+91=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 134 (52.73% from 255 or 43.23% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 134 - color contains mainly: green. Hex color #55865B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55865B is #AA79A4. Grayscale: #727272. Windows color (decimal): -11172261 or 5998165. OLE color: 5998165.

HSL color Cylindrical-coordinate representation of color #55865B: hue angle of 127.35º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #55865B is Cyan = 0.37, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB8513491-
CMYK0.3700.320.47
HSL127.35º22.37%42.94%-
HSV(B)127.35º36.57%52.55%-
XYZ14.1619.7412.96-
YUV114.45114.77107-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.42%
GREEN value IS 134 (52.73% from 255) = 43.23%
BLUE value IS 91 (35.94% from 255) = 29.35%
R=27.42%
G=43.23%
B=29.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85134910.3700.320.47127.3522.3742.94
Hex55865B250202F7f162b
Octal12520613345040571772653
Binary10101011000011010110111001010100000101111111111110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55865B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55865B; }

 p { color: rgb(85,134,91); }

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

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

 a { background-color: rgb(85,134,91); }

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

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

 span { border-color: rgb(85,134,91); }

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