#56845C

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

Shades of Killarney #56845C

Tints of Killarney #56845C

Color information

#56845C (or 0x56845C) is unknown color: approx Killarney. HEX triplet: 56, 84 and 5C. RGB value is (86,132,92). Sum of RGB (Red+Green+Blue) = 86+132+92=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 132 (51.95% from 255 or 42.58% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 132 - color contains mainly: green. Hex color #56845C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56845C is #A97BA3. Grayscale: #717171. Windows color (decimal): -11107236 or 6063190. OLE color: 6063190.

HSL color Cylindrical-coordinate representation of color #56845C: hue angle of 127.83º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #56845C is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB8613292-
CMYK0.3500.300.48
HSL127.83º21.1%42.75%-
HSV(B)127.83º34.85%51.76%-
XYZ14.0219.2513.1-
YUV113.69115.76108.25-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.74%
GREEN value IS 132 (51.95% from 255) = 42.58%
BLUE value IS 92 (36.33% from 255) = 29.68%
R=27.74%
G=42.58%
B=29.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal86132920.3500.300.48127.8321.142.75
Hex56845C2301E3080152b
Octal12620413443036602002553
Binary10101101000010010111001000110111101100001000000010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56845C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,132,92); }

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

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

 a { background-color: rgb(86,132,92); }

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

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

 span { border-color: rgb(86,132,92); }

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