#56655A

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

Shades of Mineral Green #56655A

Tints of Mineral Green #56655A

Color information

#56655A (or 0x56655A) is unknown color: approx Mineral Green. HEX triplet: 56, 65 and 5A. RGB value is (86,101,90). Sum of RGB (Red+Green+Blue) = 86+101+90=277 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.05% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 101 - color contains mainly: green. Hex color #56655A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56655A is #A99AA5. Grayscale: #5F5F5F. Windows color (decimal): -11115174 or 5924182. OLE color: 5924182.

HSL color Cylindrical-coordinate representation of color #56655A: hue angle of 136º 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 #56655A is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB8610190-
CMYK0.1500.110.60
HSL136º8.02%36.67%-
HSV(B)136º14.85%39.61%-
XYZ10.3412.0211.45-
YUV95.26125.03121.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.05%
GREEN value IS 101 (39.84% from 255) = 36.46%
BLUE value IS 90 (35.55% from 255) = 32.49%
R=31.05%
G=36.46%
B=32.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal86101900.1500.110.601368.0236.67
Hex56655AF0B3C88825
Octal12614513217013742101045
Binary101011011001011011010111101011111100100010001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56655A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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