#56775A

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

Shades of Killarney #56775A

Tints of Killarney #56775A

Color information

#56775A (or 0x56775A) is unknown color: approx Killarney. HEX triplet: 56, 77 and 5A. RGB value is (86,119,90). Sum of RGB (Red+Green+Blue) = 86+119+90=295 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.15% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 119 - color contains mainly: green. Hex color #56775A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56775A is #A988A5. Grayscale: #696969. Windows color (decimal): -11110566 or 5928790. OLE color: 5928790.

HSL color Cylindrical-coordinate representation of color #56775A: hue angle of 127.27º degrees, saturation: 0.16, 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 #56775A is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB8611990-
CMYK0.2800.240.53
HSL127.27º16.1%40.2%-
HSV(B)127.27º27.73%46.67%-
XYZ12.2815.9112.1-
YUV105.83119.07113.86-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.15%
GREEN value IS 119 (46.88% from 255) = 40.34%
BLUE value IS 90 (35.55% from 255) = 30.51%
R=29.15%
G=40.34%
B=30.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86119900.2800.240.53127.2716.140.2
Hex56775A1C018357f1028
Octal12616713234030651772050
Binary10101101110111101101011100011000110101111111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56775A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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