#566A5C

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

Shades of Mineral Green #566A5C

Tints of Mineral Green #566A5C

Color information

#566A5C (or 0x566A5C) is unknown color: approx Mineral Green. HEX triplet: 56, 6A and 5C. RGB value is (86,106,92). Sum of RGB (Red+Green+Blue) = 86+106+92=284 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.28% from 284); Green value is 106 (41.80% from 255 or 37.32% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 106 - color contains mainly: green. Hex color #566A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566A5C is #A995A3. Grayscale: #626262. Windows color (decimal): -11113892 or 6056534. OLE color: 6056534.

HSL color Cylindrical-coordinate representation of color #566A5C: hue angle of 138º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #566A5C is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB8610692-
CMYK0.1900.130.58
HSL138º10.42%37.65%-
HSV(B)138º18.87%41.57%-
XYZ10.9213.0612.07-
YUV98.42124.37119.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.28%
GREEN value IS 106 (41.80% from 255) = 37.32%
BLUE value IS 92 (36.33% from 255) = 32.39%
R=30.28%
G=37.32%
B=32.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal86106920.1900.130.5813810.4237.65
Hex566A5C130D3A8aa26
Octal12615213423015722121246
Binary1010110110101010111001001101101111010100010101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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