#566C5B

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

Shades of Mineral Green #566C5B

Tints of Mineral Green #566C5B

Color information

#566C5B (or 0x566C5B) is unknown color: approx Mineral Green. HEX triplet: 56, 6C and 5B. RGB value is (86,108,91). Sum of RGB (Red+Green+Blue) = 86+108+91=285 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.18% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 108 - color contains mainly: green. Hex color #566C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566C5B is #A993A4. Grayscale: #636363. Windows color (decimal): -11113381 or 5991510. OLE color: 5991510.

HSL color Cylindrical-coordinate representation of color #566C5B: hue angle of 133.64º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #566C5B is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB8610891-
CMYK0.2000.160.58
HSL133.64º11.34%38.04%-
HSV(B)133.64º20.37%42.35%-
XYZ11.0913.4611.91-
YUV99.48123.21118.38-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.18%
GREEN value IS 108 (42.58% from 255) = 37.89%
BLUE value IS 91 (35.94% from 255) = 31.93%
R=30.18%
G=37.89%
B=31.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86108910.2000.160.58133.6411.3438.04
Hex566C5B140103A86b26
Octal12615413324020722061346
Binary10101101101100101101110100010000111010100001101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #566C5B; }

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

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

<style>
 a { background-color: #566C5B; }

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

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

<style>
 span { border-color: #566C5B; }

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

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