#56865D

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

Shades of Killarney #56865D

Tints of Killarney #56865D

Color information

#56865D (or 0x56865D) is unknown color: approx Killarney. HEX triplet: 56, 86 and 5D. RGB value is (86,134,93). Sum of RGB (Red+Green+Blue) = 86+134+93=313 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.48% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 134 - color contains mainly: green. Hex color #56865D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56865D is #A979A2. Grayscale: #737373. Windows color (decimal): -11106723 or 6129238. OLE color: 6129238.

HSL color Cylindrical-coordinate representation of color #56865D: hue angle of 128.75º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #56865D is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB8613493-
CMYK0.3600.310.47
HSL128.75º21.82%43.14%-
HSV(B)128.75º35.82%52.55%-
XYZ14.3419.8213.43-
YUV114.97115.6107.33-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.48%
GREEN value IS 134 (52.73% from 255) = 42.81%
BLUE value IS 93 (36.72% from 255) = 29.71%
R=27.48%
G=42.81%
B=29.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal86134930.3600.310.47128.7521.8243.14
Hex56865D2401F2F81162b
Octal12620613544037572012653
Binary10101101000011010111011001000111111011111000000110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56865D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56865D; }

 p { color: rgb(86,134,93); }

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

<style>
 a { background-color: #56865D; }

 a { background-color: rgb(86,134,93); }

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

<style>
 span { border-color: #56865D; }

 span { border-color: rgb(86,134,93); }

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