#56785A

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

Shades of Killarney #56785A

Tints of Killarney #56785A

Color information

#56785A (or 0x56785A) is unknown color: approx Killarney. HEX triplet: 56, 78 and 5A. RGB value is (86,120,90). Sum of RGB (Red+Green+Blue) = 86+120+90=296 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.05% from 296); Green value is 120 (47.27% from 255 or 40.54% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 120 - color contains mainly: green. Hex color #56785A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56785A is #A987A5. Grayscale: #6A6A6A. Windows color (decimal): -11110310 or 5929046. OLE color: 5929046.

HSL color Cylindrical-coordinate representation of color #56785A: hue angle of 127.06º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #56785A is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB8612090-
CMYK0.2800.250.53
HSL127.06º16.5%40.39%-
HSV(B)127.06º28.33%47.06%-
XYZ12.416.1512.14-
YUV106.41118.74113.44-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.05%
GREEN value IS 120 (47.27% from 255) = 40.54%
BLUE value IS 90 (35.55% from 255) = 30.41%
R=29.05%
G=40.54%
B=30.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86120900.2800.250.53127.0616.540.39
Hex56785A1C019357f1128
Octal12617013234031651772150
Binary10101101111000101101011100011001110101111111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56785A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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