#56825B

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

Shades of Killarney #56825B

Tints of Killarney #56825B

Color information

#56825B (or 0x56825B) is unknown color: approx Killarney. HEX triplet: 56, 82 and 5B. RGB value is (86,130,91). Sum of RGB (Red+Green+Blue) = 86+130+91=307 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.01% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 91 (35.94% from 255 or 29.64% from 307); Max value from RGB is 130 - color contains mainly: green. Hex color #56825B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56825B is #A97DA4. Grayscale: #707070. Windows color (decimal): -11107749 or 5997142. OLE color: 5997142.

HSL color Cylindrical-coordinate representation of color #56825B: hue angle of 126.82º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #56825B is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB8613091-
CMYK0.3400.300.49
HSL126.82º20.37%42.35%-
HSV(B)126.82º33.85%50.98%-
XYZ13.7118.712.78-
YUV112.4115.92109.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.01%
GREEN value IS 130 (51.17% from 255) = 42.35%
BLUE value IS 91 (35.94% from 255) = 29.64%
R=28.01%
G=42.35%
B=29.64%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal86130910.3400.300.49126.8220.3742.35
Hex56825B2201E317f142a
Octal12620213342036611772452
Binary1010110100000101011011100010011110110001111111110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56825B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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