#56835B

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

Shades of Killarney #56835B

Tints of Killarney #56835B

Color information

#56835B (or 0x56835B) is unknown color: approx Killarney. HEX triplet: 56, 83 and 5B. RGB value is (86,131,91). Sum of RGB (Red+Green+Blue) = 86+131+91=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 131 - color contains mainly: green. Hex color #56835B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56835B is #A97CA4. Grayscale: #717171. Windows color (decimal): -11107493 or 5997398. OLE color: 5997398.

HSL color Cylindrical-coordinate representation of color #56835B: hue angle of 126.67º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #56835B is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB8613191-
CMYK0.3400.310.49
HSL126.67º20.74%42.55%-
HSV(B)126.67º34.35%51.37%-
XYZ13.8418.9712.83-
YUV112.98115.59108.75-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.92%
GREEN value IS 131 (51.56% from 255) = 42.53%
BLUE value IS 91 (35.94% from 255) = 29.55%
R=27.92%
G=42.53%
B=29.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal86131910.3400.310.49126.6720.7442.55
Hex56835B2201F317f152b
Octal12620313342037611772553
Binary1010110100000111011011100010011111110001111111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56835B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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