#56725B

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

Shades of Killarney #56725B

Tints of Killarney #56725B

Color information

#56725B (or 0x56725B) is unknown color: approx Killarney. HEX triplet: 56, 72 and 5B. RGB value is (86,114,91). Sum of RGB (Red+Green+Blue) = 86+114+91=291 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.55% from 291); Green value is 114 (44.92% from 255 or 39.18% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 114 - color contains mainly: green. Hex color #56725B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56725B is #A98DA4. Grayscale: #676767. Windows color (decimal): -11111845 or 5993046. OLE color: 5993046.

HSL color Cylindrical-coordinate representation of color #56725B: hue angle of 130.71º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #56725B is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB8611491-
CMYK0.2500.200.55
HSL130.71º14%39.22%-
HSV(B)130.71º24.56%44.71%-
XYZ11.7414.7712.13-
YUV103.01121.22115.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.55%
GREEN value IS 114 (44.92% from 255) = 39.18%
BLUE value IS 91 (35.94% from 255) = 31.27%
R=29.55%
G=39.18%
B=31.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86114910.2500.200.55130.711439.22
Hex56725B190143783e27
Octal12616213331024672031647
Binary10101101110010101101111001010100110111100000111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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