#56825A

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

Shades of Killarney #56825A

Tints of Killarney #56825A

Color information

#56825A (or 0x56825A) is unknown color: approx Killarney. HEX triplet: 56, 82 and 5A. RGB value is (86,130,90). Sum of RGB (Red+Green+Blue) = 86+130+90=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 130 - color contains mainly: green. Hex color #56825A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56825A is #A97DA5. Grayscale: #707070. Windows color (decimal): -11107750 or 5931606. OLE color: 5931606.

HSL color Cylindrical-coordinate representation of color #56825A: hue angle of 125.45º 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 #56825A is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB8613090-
CMYK0.3400.310.49
HSL125.45º20.37%42.35%-
HSV(B)125.45º33.85%50.98%-
XYZ13.6718.6812.56-
YUV112.28115.42109.25-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.10%
GREEN value IS 130 (51.17% from 255) = 42.48%
BLUE value IS 90 (35.55% from 255) = 29.41%
R=28.10%
G=42.48%
B=29.41%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal86130900.3400.310.49125.4520.3742.35
Hex56825A2201F317d142a
Octal12620213242037611752452
Binary1010110100000101011010100010011111110001111110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56825A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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