#56815A

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

Shades of Killarney #56815A

Tints of Killarney #56815A

Color information

#56815A (or 0x56815A) is unknown color: approx Killarney. HEX triplet: 56, 81 and 5A. RGB value is (86,129,90). Sum of RGB (Red+Green+Blue) = 86+129+90=305 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.20% from 305); Green value is 129 (50.78% from 255 or 42.30% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 129 - color contains mainly: green. Hex color #56815A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56815A is #A97EA5. Grayscale: #6F6F6F. Windows color (decimal): -11108006 or 5931350. OLE color: 5931350.

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

Color convert

RGB8612990-
CMYK0.3300.300.49
HSL125.58º20%42.16%-
HSV(B)125.58º33.33%50.59%-
XYZ13.5318.4212.51-
YUV111.7115.75109.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.20%
GREEN value IS 129 (50.78% from 255) = 42.30%
BLUE value IS 90 (35.55% from 255) = 29.51%
R=28.20%
G=42.30%
B=29.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal86129900.3300.300.49125.582042.16
Hex56815A2101E317e142a
Octal12620113241036611762452
Binary1010110100000011011010100001011110110001111111010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56815A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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