#56655B

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

Shades of Mineral Green #56655B

Tints of Mineral Green #56655B

Color information

#56655B (or 0x56655B) is unknown color: approx Mineral Green. HEX triplet: 56, 65 and 5B. RGB value is (86,101,91). Sum of RGB (Red+Green+Blue) = 86+101+91=278 (36% of max value = 765). Red value is 86 (33.98% from 255 or 30.94% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 101 - color contains mainly: green. Hex color #56655B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56655B is #A99AA4. Grayscale: #5F5F5F. Windows color (decimal): -11115173 or 5989718. OLE color: 5989718.

HSL color Cylindrical-coordinate representation of color #56655B: hue angle of 140º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #56655B is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB8610191-
CMYK0.1500.100.60
HSL140º8.02%36.67%-
HSV(B)140º14.85%39.61%-
XYZ10.3812.0411.67-
YUV95.38125.53121.31-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.94%
GREEN value IS 101 (39.84% from 255) = 36.33%
BLUE value IS 91 (35.94% from 255) = 32.73%
R=30.94%
G=36.33%
B=32.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal86101910.1500.100.601408.0236.67
Hex56655BF0A3C8c825
Octal12614513317012742141045
Binary101011011001011011011111101010111100100011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56655B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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