Html Css Color HEX #566A5E Mineral Green

📋 copy color: '#566A5E'

red 86 ◦ green 106 ◦ blue 94

#566A5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mineral Green #566A5E

Tints of Mineral Green #566A5E

RGB

 RED value IS 86 (33.98% from 255) = 30.07%

 GREEN value IS 106 (41.8% from 255) = 37.06%

 BLUE value IS 94 (37.11% from 255) = 32.87%

R = 30.07%
G = 37.06%
B = 32.87%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.58

RGB Variations

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

Color information

#566A5E (or 0x566A5E) is known color: Mineral Green. HEX triplet: 56, 6A and 5E. RGB value is (86,106,94). Sum of RGB (Red+Green+Blue) = 86+106+94=286 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.07% from 286); Green value is 106 (41.80% from 255 or 37.06% from 286); Blue value is 94 (37.11% from 255 or 32.87% from 286); Max value from RGB is 106 - color contains mainly: green. Hex color #566A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566A5E is #A995A1. Grayscale: #626262. Windows color (decimal): -11113890 or 6187606. OLE color: 6187606.

HSL color Cylindrical-coordinate representation of color #566A5E: hue angle of 144º 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 #566A5E is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB 86 106 94 -
CMYK 0.19 0 0.11 0.58
HSL 144º 0.1% 0.38% -
HSV(B) 144º 0.19% 0.42% -
XYZ 11.01 13.09 12.54 -
YUV 98.65 125.37 118.98 -
System Red Green Blue C M Y K H S L
Decimal 86 106 94 0.19 0 0.11 0.58 144 0.1 0.38
Hex 56 6A 5E 13 0 B 3A 90 A 26
Octal 126 152 136 23 0 13 72 220 12 46
Binary 1010110 1101010 1011110 10011 0 1011 111010 10010000 1010 100110

Color Harmonies of #566A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566A5E

Black with #566A5E

Text Example


Text Example

White with #566A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #566A5E;
 }
 .AnyTagClassName
 {
   color: #566A5E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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