#56795C

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

Shades of Killarney #56795C

Tints of Killarney #56795C

Color information

#56795C (or 0x56795C) is unknown color: approx Killarney. HEX triplet: 56, 79 and 5C. RGB value is (86,121,92). Sum of RGB (Red+Green+Blue) = 86+121+92=299 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.76% from 299); Green value is 121 (47.66% from 255 or 40.47% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 121 - color contains mainly: green. Hex color #56795C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56795C is #A986A3. Grayscale: #6B6B6B. Windows color (decimal): -11110052 or 6060374. OLE color: 6060374.

HSL color Cylindrical-coordinate representation of color #56795C: hue angle of 130.29º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #56795C is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB8612192-
CMYK0.2900.240.53
HSL130.29º16.91%40.59%-
HSV(B)130.29º28.93%47.45%-
XYZ12.6116.4312.63-
YUV107.23119.4112.86-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.76%
GREEN value IS 121 (47.66% from 255) = 40.47%
BLUE value IS 92 (36.33% from 255) = 30.77%
R=28.76%
G=40.47%
B=30.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86121920.2900.240.53130.2916.9140.59
Hex56795C1D01835821129
Octal12617113435030652022151
Binary101011011110011011100111010110001101011000001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56795C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56795C; }

 p { color: rgb(86,121,92); }

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

<style>
 a { background-color: #56795C; }

 a { background-color: rgb(86,121,92); }

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

<style>
 span { border-color: #56795C; }

 span { border-color: rgb(86,121,92); }

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