#56805B

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

Shades of Killarney #56805B

Tints of Killarney #56805B

Color information

#56805B (or 0x56805B) is unknown color: approx Killarney. HEX triplet: 56, 80 and 5B. RGB value is (86,128,91). Sum of RGB (Red+Green+Blue) = 86+128+91=305 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.20% from 305); Green value is 128 (50.39% from 255 or 41.97% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 128 - color contains mainly: green. Hex color #56805B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56805B is #A97FA4. Grayscale: #6F6F6F. Windows color (decimal): -11108261 or 5996630. OLE color: 5996630.

HSL color Cylindrical-coordinate representation of color #56805B: hue angle of 127.14º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #56805B is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB8612891-
CMYK0.3300.290.50
HSL127.14º19.63%41.96%-
HSV(B)127.14º32.81%50.2%-
XYZ13.4518.1712.7-
YUV111.22116.59110.01-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.20%
GREEN value IS 128 (50.39% from 255) = 41.97%
BLUE value IS 91 (35.94% from 255) = 29.84%
R=28.20%
G=41.97%
B=29.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal86128910.3300.290.50127.1419.6341.96
Hex56805B2101D327f142a
Octal12620013341035621772452
Binary1010110100000001011011100001011101110010111111110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56805B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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