#56855F

Color #56855F Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #56855F

Tints of Como #56855F

Color information

#56855F (or 0x56855F) is unknown color: approx Como. HEX triplet: 56, 85 and 5F. RGB value is (86,133,95). Sum of RGB (Red+Green+Blue) = 86+133+95=314 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.39% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 95 (37.5% from 255 or 30.25% from 314); Max value from RGB is 133 - color contains mainly: green. Hex color #56855F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56855F is #A97AA0. Grayscale: #727272. Windows color (decimal): -11106977 or 6260054. OLE color: 6260054.

HSL color Cylindrical-coordinate representation of color #56855F: hue angle of 131.49º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #56855F is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB8613395-
CMYK0.3500.290.48
HSL131.49º21.46%42.94%-
HSV(B)131.49º35.34%52.16%-
XYZ14.2919.5813.85-
YUV114.62116.93107.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.39%
GREEN value IS 133 (52.34% from 255) = 42.36%
BLUE value IS 95 (37.5% from 255) = 30.25%
R=27.39%
G=42.36%
B=30.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal86133950.3500.290.48131.4921.4642.94
Hex56855F2301D3083152b
Octal12620513743035602032553
Binary10101101000010110111111000110111011100001000001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56855F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56855F; }

 p { color: rgb(86,133,95); }

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

<style>
 a { background-color: #56855F; }

 a { background-color: rgb(86,133,95); }

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

<style>
 span { border-color: #56855F; }

 span { border-color: rgb(86,133,95); }

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