#55865C

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

Shades of Killarney #55865C

Tints of Killarney #55865C

Color information

#55865C (or 0x55865C) is unknown color: approx Killarney. HEX triplet: 55, 86 and 5C. RGB value is (85,134,92). Sum of RGB (Red+Green+Blue) = 85+134+92=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 134 - color contains mainly: green. Hex color #55865C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55865C is #AA79A3. Grayscale: #727272. Windows color (decimal): -11172260 or 6063701. OLE color: 6063701.

HSL color Cylindrical-coordinate representation of color #55865C: hue angle of 128.57º 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 #55865C is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB8513492-
CMYK0.3700.310.47
HSL128.57º22.37%42.94%-
HSV(B)128.57º36.57%52.55%-
XYZ14.219.7513.19-
YUV114.56115.27106.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.33%
GREEN value IS 134 (52.73% from 255) = 43.09%
BLUE value IS 92 (36.33% from 255) = 29.58%
R=27.33%
G=43.09%
B=29.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85134920.3700.310.47128.5722.3742.94
Hex55865C2501F2F81162b
Octal12520613445037572012653
Binary10101011000011010111001001010111111011111000000110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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