#56725C

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

Shades of Como #56725C

Tints of Como #56725C

Color information

#56725C (or 0x56725C) is unknown color: approx Como. HEX triplet: 56, 72 and 5C. RGB value is (86,114,92). Sum of RGB (Red+Green+Blue) = 86+114+92=292 (38% of max value = 765). Red value is 86 (33.98% from 255 or 29.45% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 114 - color contains mainly: green. Hex color #56725C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56725C is #A98DA3. Grayscale: #676767. Windows color (decimal): -11111844 or 6058582. OLE color: 6058582.

HSL color Cylindrical-coordinate representation of color #56725C: hue angle of 132.86º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #56725C is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB8611492-
CMYK0.2500.190.55
HSL132.86º14%39.22%-
HSV(B)132.86º24.56%44.71%-
XYZ11.7914.7912.36-
YUV103.12121.72115.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 29.45%
GREEN value IS 114 (44.92% from 255) = 39.04%
BLUE value IS 92 (36.33% from 255) = 31.51%
R=29.45%
G=39.04%
B=31.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86114920.2500.190.55132.861439.22
Hex56725C190133785e27
Octal12616213431023672051647
Binary10101101110010101110011001010011110111100001011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56725C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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