#56745B

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

Shades of Killarney #56745B

Tints of Killarney #56745B

Color information

#56745B (or 0x56745B) is unknown color: approx Killarney. HEX triplet: 56, 74 and 5B. RGB value is (86,116,91). Sum of RGB (Red+Green+Blue) = 86+116+91=293 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.35% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 116 - color contains mainly: green. Hex color #56745B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56745B is #A98BA4. Grayscale: #686868. Windows color (decimal): -11111333 or 5993558. OLE color: 5993558.

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

Color convert

RGB8611691-
CMYK0.2600.220.55
HSL130º14.85%39.61%-
HSV(B)130º25.86%45.49%-
XYZ11.9715.2212.21-
YUV104.18120.56115.03-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.35%
GREEN value IS 116 (45.70% from 255) = 39.59%
BLUE value IS 91 (35.94% from 255) = 31.06%
R=29.35%
G=39.59%
B=31.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86116910.2600.220.5513014.8539.61
Hex56745B1A0163782f28
Octal12616413332026672021750
Binary10101101110100101101111010010110110111100000101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56745B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,116,91); }

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

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

 a { background-color: rgb(86,116,91); }

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

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

 span { border-color: rgb(86,116,91); }

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